Opened 13 years ago
Closed 13 years ago
#4450 closed defect (duplicate)
StackContainer doesn't follow child.selected
Reported by: | Bryan Forbes | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit | Version: | 0.9 |
Keywords: | patch | Cc: | |
Blocked By: | Blocking: |
Description
Changeset [10482] introduced a bug where setting selected to true on a child widget wouldn't select that child. This is because the 'selected' variable is set before 'selectedChildWidget' is set in the startup routine. I'm attaching a patch to fix this.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | StackContainer.diff added |
---|
comment:1 Changed 13 years ago by
Owner: | changed from bill to Adam Peller |
---|
comment:2 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
See #4438 also.