#4438 closed defect (fixed)
document StackContainer.selectedChildWidget
Reported by: | Adam Peller | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Change History (5)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
From Cameron's mail:
in startup, a local variable 'selected' was introduced :
var selected = this.selectedChildWidget;
however, this.selectedChildWidget can be modified later when the children are iterated, therefore causing selected to not contain the right child widget.
I havn't tested this, but it appears like it would be broken. Should this assignment statement be moved to adter the loop that modifies this.selectedChildWidget ?
Cheers,
Cameron
comment:4 Changed 13 years ago by
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
(In [10481]) document selectedChildWidget property. Fixes #4438