Opened 14 years ago
Closed 14 years ago
#2260 closed defect (fixed)
_createSubWidgets on ContentPane should care for attach events and attach points
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When using lazy creation of costum widgets (with widgetsInTemplate: true) the attach events/points aren't processed.
for example this template part:
<div dojoAttachPoint="dialogNewIndicator" dojoType="dojo:Dialog" bgColor="white" bgOpacity="0.75" style="display: none"> <div dojoType="mapper:NewIndicator" dojoAttachEvent="onCancel: cancelNewIndicator; onCreateIndicator: onCreateIndicator"></div> </div>
the event onCancel in mapper:NewIndicator is invoked but not cancelNewIndicator on the current widget.
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
sub widgets are created twice if widgetsInTemplate is true