Opened 10 years ago
Closed 9 years ago
#13517 closed defect (invalid)
[patch][cla] dojox.dtl.contrib.dijit.AttachNode doesn't update attach points on re-render
Reported by: | Remoun Metyas | Owned by: | Remoun Metyas |
---|---|---|---|
Priority: | low | Milestone: | tbd |
Component: | DojoX DTL | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have a _DomTemplated widget with widgetsInTemplate=true. When a parsed widget's HTML is updated, the DojoTypeNode correctly updates this._dijit (and with #11220, destroys the old one), but the attach points still point to the old widget.
Patch attached, under the assumption that it is okay and also required to re-update the context if this._rendered=true;
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | dijit_AttachNode.patch added |
---|
comment:1 Changed 9 years ago by
Owner: | changed from Neil Roberts to Remoun Metyas |
---|---|
Priority: | high → low |
Status: | new → pending |
rem, do you have a test page that demonstrates the problem that will be fixed by your patch?
comment:2 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Don't check this._rendered in contrib.dijit.AttachNode?.render