Opened 14 years ago
Closed 14 years ago
#3505 closed defect (fixed)
problem with widgets embedded within a template
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If a template contains other widgets and widgetsInTemplate=true, then dojoAttachPoints in nodes after the embedded widget are not processed.
Note: See
TracTickets for help on using
tickets.
(In [9268]) Fixes #3505. Changed return to continue so that subsequent nodes are processed.