Opened 12 years ago
Closed 12 years ago
#12120 closed defect (fixed)
Page selected property not set correctly in dijit.layout.StackContainer for watch() support.
Reported by: | mgottli | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Dijit | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Note: This is actually a defect for version 1.6 but that was not an option in the dropdown.
In [23174] the dijit.layout.StackContainer was updated to call page._set("selected", true) instead of page.selected = true in the _showChild() function. However, the _hideChild() function still sets the selected property directly on line 257. I believe that line should be updated as page._set("selected", false).
Change History (3)
comment:1 Changed 12 years ago by
Component: | General → Dijit |
---|---|
Description: | modified (diff) |
Milestone: | tbd → 1.6 |
Owner: | anonymous deleted |
comment:2 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
OK thanks, I'll fix it. (And you are right, we don't have a good way to indicate problems in the trunk/ version of the code between releases.)