Opened 11 years ago
Closed 8 years ago
#11475 closed defect (fixed)
[patch][cla] dojox.dtl.tag.logic - for loop does not unrender properly when iterating an object
Reported by: | ben hockey | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | 1.9 |
Component: | DojoX DTL | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
when iterating over an object in a for loop, the unrendering is not happening properly. i'll attach a test page and a patch.
Attachments (2)
Change History (5)
Changed 11 years ago by
Attachment: | 11475.diff added |
---|
comment:1 Changed 11 years ago by
fyi - you'll see the problem in the test page if you try to remove one of the items from the list. that is, open the page, type 'apple' in the input and click the button. you'll see that the last item in the list didn't unrender.
comment:2 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|---|
Owner: | changed from Neil Roberts to dylan |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
patch