Opened 12 years ago
Closed 12 years ago
#8702 closed task (fixed)
_Container: update to call startup()
Reported by: | bill | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit | Version: | 1.3.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Currently dijit.layout._LayoutWidget.startup()
calls startup()
on all the child widgets, as does dijit.layout.ContentPane.startup()
, but it seems like dijit._Container
should also do that, given the logic in parser that defers calling startup() for any widget where getParent() returns true.
At the least, the documentation in _Container.js / _Contained.js should be updated.
See also #8698, where I got this idea from. We might be able to put the code in _Container instead of GridContainer.
Change History (2)
comment:1 Changed 12 years ago by
Owner: | changed from bill to Nathan Toone |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Nathan fixed this in [19801].