#7137 closed defect (fixed)
BorderContainer: getChildren() returns incorrect list
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
BorderContainer.getChildren() returns the splitters. (From a user's perspective) it should only return the actual ContentPanes / TabContainers etc.
Affects #7105.
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Milestone: | tbd → 1.2 |
---|
Note: See
TracTickets for help on using
tickets.
(In [14361]) Fix BorderContainer?.getChildren() to only return the "real" children, i.e. to exclude the splitters. This is the behavior users expect and actually seems to be the behavior expected w/in the BorderContainer? code itself (when it calls getChildren())
Fixes #7137 !strict