Opened 11 years ago
Closed 11 years ago
#10014 closed defect (fixed)
[patch][cla] [regression] dojox.dtl._Templated uses outdated startup mechanism for nested widgets
Reported by: | Mark Wubben | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | DojoX DTL | Version: | 1.3.2 |
Keywords: | 14open | Cc: | |
Blocked By: | Blocking: |
Description
dijit._Templated
has changed a couple months back to improve the startup of nested widgets, but these changes have never made it to dojox.dtl._Templated
. I've attached a patch which copies the appropriate changes to the DTL.
In my specific use case, this solved an issue where a (normal) widget in my DTL template was started before the DTL widget was even registered with Dijit.
Attachments (2)
Change History (9)
Changed 11 years ago by
Attachment: | _Templated.js.r16679.patch added |
---|
comment:1 Changed 11 years ago by
Summary: | [patch][cla] dojox.dtl._Templated uses outdated startup mechanism for nested widgets → [patch][cla] [regression] dojox.dtl._Templated uses outdated startup mechanism for nested widgets |
---|
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|---|
Priority: | normal → high |
comment:4 Changed 11 years ago by
Mark, can we chat some time about how this all works before I apply it? You can reach me at [email protected]…
Changed 11 years ago by
Attachment: | _Templated.js.r21156.patch added |
---|
comment:6 Changed 11 years ago by
Attached latest patch which updates to the latest dijit._Templated
behavior.
comment:7 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
please review.