Closed
Bug 289547
Opened 20 years ago
Closed 20 years ago
setindex does not work properly for nested repeats
Categories
(Core Graveyard :: XForms, defect)
Core Graveyard
XForms
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: allan, Assigned: allan)
References
()
Details
Attachments
(2 files, 1 obsolete file)
| Assignee | ||
Comment 1•20 years ago
|
||
Testcase with three levels of repeats and setindex for them. The middle repeat does weird stuff and the inner repeat does nothing. *sigh*
| Assignee | ||
Comment 2•20 years ago
|
||
Updated the testcase to use class for styling instead of id.
Attachment #180044 -
Attachment is obsolete: true
| Assignee | ||
Comment 3•20 years ago
|
||
Ok, that was simple :) This patch removes the id attribute on cloned repeat content (as I should have done a long time ago). This solves the problem, as it is now the DOM repeat handling the setindex call, as it should have been all the time.
| Assignee | ||
Updated•20 years ago
|
Attachment #182160 -
Flags: review?(smaug)
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Updated•20 years ago
|
Attachment #182159 -
Attachment is patch: false
Attachment #182159 -
Attachment mime type: text/plain → application/xhtml+xml
Updated•20 years ago
|
Attachment #182160 -
Flags: review?(smaug) → review+
| Assignee | ||
Updated•20 years ago
|
Attachment #182160 -
Flags: review?(aaronr)
Attachment #182160 -
Flags: review?(aaronr) → review+
| Assignee | ||
Comment 4•20 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•