#3251 closed defect (fixed)
PageContainer: selectedChild ignored as parameter
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Should remove selectedChild parameter definition and usage in the tests, or make it work.
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
I discovered, by looking at the source code of the test at http://download.dojotoolkit.org/release-0.9.0beta/dojo-0.9.0beta/dijit/tests/layout/test_TabContainer.html that on the nested tabs in the "SubTabContainer?" tab that "SubTab2" had an attribute of selected = "true".
I put that on my tab that I wanted to see first, and it worked.
You may want to change the tests to reflect that instead. That seems to be a better solution than bothering with selectedChild. The only issue may be with backwards-compatibility, but it's a small change anyway. The patch that was issued with a previous bug did not work for me.
Thanks, Chris Coppenbarger [email protected]…