Opened 12 years ago
Closed 12 years ago
#8219 closed defect (invalid)
Timing-dependent bug with nested dijit.layout.ContentPane
Reported by: | mog | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.2.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Load test_cp.html
Click the "Change" button repeatedly - at some point (nondeterministic) this error will appear in the console and the form will be broken from then on:
Error parsing in _ContentSetter#Setter_ticket_content_11 Error: Tried to register widget with id==form_ticket but that id is already registered
This problem is showing up in my application because I have a lot of widgets on one page, so the pages take a little while to load. What I'm finding is that the same page can't be viewed twice in a row because of this. On the test pages because they are so small, the problem only happens when the "Change" button is repeatedly clicked.
Attachments (3)
Change History (5)
Changed 12 years ago by
Attachment: | test_cp.html added |
---|
Changed 12 years ago by
Changed 12 years ago by
Attachment: | ticket.html added |
---|
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closing the ticket by request.
Apologies, please close this. I forgot to test this in trunk, and it works there.