#10244 closed defect (fixed)
GridContainer - getChildren() decrease after insertService
Reported by: | Mathevet julien | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dojox | Version: | 1.4.0b |
Keywords: | Cc: | easyrasta@… | |
Blocked By: | Blocking: |
Description
getChildren method is inherit from Container, which return directly sub Widget. But after calling _insertService or addService, the child is insert inside a td cell. Then getChildren doesn't return this element.
Change History (4)
comment:1 Changed 10 years ago by
Owner: | changed from Adam Peller to dante |
---|
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 10 years ago by
Milestone: | tbd → 1.4 |
---|
Note: See
TracTickets for help on using
tickets.
See #10241: it fix it. But getChildren return widget after there are inserted inside approciate zone.