jedivind / ubiquity-xforms

Automatically exported from code.google.com/p/ubiquity-xforms
1 stars 0 forks source link

Problems with nested xf:repeat #600

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Nested xf:repeat elements are not behaving correctly.  Elements within the 
inner repeats appear to be decorated several times causing layout issues.  
Additionally, nested xf:select[1] elements do not get child values populated.

This does not appear to be a problem with nested xf:group elements.  Attached 
is a zip file containing a demonstration of the problem with xf:repeat 
elements.  Running this in FF3.5 shows the problem.

Original issue reported on code.google.com by bryan.kyle on 23 Oct 2009 at 10:33

Attachments:

GoogleCodeExporter commented 8 years ago
Note to self: Repeat.prototype.rewire

Original comment by phil.boo...@gtempaccount.com on 6 Nov 2009 at 1:16

GoogleCodeExporter commented 8 years ago
The issue is actually to do with the Template. Since we use the Template as a 
base
for the Repeat. We base our repeat off of a decorated row. So when the 
putIterations
method is activated it re-decorates each row. The root of this problem is in 
the fact
that the cloneNode does not work in webKit as it does in FF and IE. More info 
can be
seen here: http://code.google.com/p/google-web-toolkit/issues/detail?id=3871.

Original comment by erik...@gmail.com on 15 Nov 2009 at 11:53

GoogleCodeExporter commented 8 years ago
for review at for review at r3173.

Original comment by erik...@gmail.com on 17 Nov 2009 at 12:01

GoogleCodeExporter commented 8 years ago
under review at r3198

Original comment by erik...@gmail.com on 26 Nov 2009 at 12:24

GoogleCodeExporter commented 8 years ago
committed to trunk at r3226

Original comment by erik...@gmail.com on 10 Dec 2009 at 5:56