Hi,
I'm back with my repeat sample. ;-) I have found a couple of problem with the attached file. In this sample you can repeat a single control or a group of controls. There's a wrong alignement when you repeat the control (3 times). There's also a difference with the size of the control. I think the #2 is related to the #1. This sample work great with IE6 and not with Firefox 1.07 nor 1.5 RC1.(repeating the group of controls) I reproduce the error in the "XForms sandbox". Marc -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws test.xhtml (12K) Download Attachment |
Administrator
|
Thanks, I reproduced the two issues. Bug:
https://forge.objectweb.org/tracker/index.php?func=detail&aid=304274&group_id=168&atid=350207 -Erik [hidden email] wrote: > Hi, > > I'm back with my repeat sample. ;-) > > I have found a couple of problem with the attached file. > In this sample you can repeat a single control or a group of controls. > > There's a wrong alignement when you repeat the control (3 times). > There's also a difference with the size of the control. I think the #2 > is related to the #1. > > This sample work great with IE6 and not with Firefox 1.07 nor 1.5 > RC1.(repeating the group of controls) > I reproduce the error in the "XForms sandbox". > > Marc -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Administrator
|
In reply to this post by Marc.Benimeli
Hi Marc,
Alright - this one is fixed. Marc, the issues are in part due to bug in our code that are now fixed and to the structure of your HTML. In particular, there was <xhtml:p> under an <xhtml:table>. Also, for the nested repeat to work as expected at this point, the generated DOM structure is also expected to be nested (instead of flat). I made those changes in your source - see the file attached.a BTW, what you are doing in this example is pretty cool; let us know where this is going. Alex On 11/10/05, [hidden email] <[hidden email]> wrote: > Hi, > > I'm back with my repeat sample. ;-) > > I have found a couple of problem with the attached file. > In this sample you can repeat a single control or a group of controls. > > There's a wrong alignement when you repeat the control (3 times). > There's also a difference with the size of the control. I think the #2 > is related to the #1. > > This sample work great with IE6 and not with Firefox 1.07 nor 1.5 > RC1.(repeating the group of controls) > I reproduce the error in the "XForms sandbox". > > Marc > > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws > > > > -- Blog (XML, Web apps, Open Source): http://www.orbeon.com/blog/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws test.xhtml (12K) Download Attachment
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
In reply to this post by Marc.Benimeli
Hi Alex,
>Alright - this one is fixed. Marc, the issues are in part due to bug in our code that are now fixed and to the structure >of your HTML. In particular, there was <xhtml:p> under an <xhtml:table>. Also, for the nested repeat to work as expected >at this point, the generated DOM structure is also expected to be nested (instead of flat). I made those changes in your >source - see the file attached.a I understand the problem with my code. Thanks. However, I have tested your modified file and I found some problems with the last build (05/11/17) 1. The attached file gives some display problem (control alignment and size) ind the xforms:sandbox both with IE and Firefox.(The sandbox might not run with the last build) 2. When I run the sample on my local machine, It's ok with Firefox but I have problem now with IE.(push 3 times both the inner and the outer "+" trigger) >BTW, what you are doing in this example is pretty cool; let us know where this is going. We have written an app with a "rich client"(not in Java). We want to develop this app with a "light client" and with XML technology. So OPS seems to be a good choice. I have to build a prototype to see if we can reach our goal with OPS : XForms to display , EJB for the buisness logic and a SQL database for the data. As we have a lot of input form to build, I try to build a generic view. Marc -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws testAlex.xhtml (12K) Download Attachment |
Administrator
|
On 11/17/05, [hidden email] <[hidden email]> wrote:
> 1. The attached file gives some display problem (control alignment and > size) ind the xforms:sandbox both with IE and Firefox.(The sandbox might > not run with the last build) Marc, The version of the examples we have deployed online is not up-to-date. We only update it from time to time, maybe every few weeks, in general when there is a new example. > 2. When I run the sample on my local machine, It's ok with Firefox but I > have problem now with IE.(push 3 times both the inner and the outer "+" > trigger) I have not managed to reproduce this. What is the sequence you are following exactly? > We have written an app with a "rich client"(not in Java). We want to > develop this app with a "light client" and with XML technology. So OPS > seems to be a good choice. I have to build a prototype to see if we can > reach our goal with OPS : > XForms to display , EJB for the buisness logic and a SQL database for > the data. > As we have a lot of input form to build, I try to build a generic view. I see; this looks like a nice architecture. You'll let us know how it is going! Alex -- Blog (XML, Web apps, Open Source): http://www.orbeon.com/blog/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Free forum by Nabble | Edit this page |