#8698 closed defect (fixed)
dojox.layout.GridContainer does not call startup() on child widgets
Reported by: | Shane O'Sullivan | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Layout | Version: | 1.3.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When GridContainer?'s startup() function is called, it should call startup() on all child widgets. Since it does not, any layout widgets inside it that rely on startup being invoked do not work.
A patch is attached that fixes this issue
Attachments (1)
Change History (5)
Changed 12 years ago by
Attachment: | GridContainer_startup.patch added |
---|
comment:1 Changed 12 years ago by
I wonder if GridContainer would be better to extend dijit.layout._LayoutWidget.
It seems like it should, from a quick glance at the code and the test file, but I'm not sure.
comment:2 Changed 12 years ago by
Owner: | changed from Adam Peller to dante |
---|
log should come out of patch
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 10 years ago by
Component: | Dojox → DojoX Layout |
---|
Note: See
TracTickets for help on using
tickets.
Patch to fix this issue