-
Bug
-
Resolution: Cannot Reproduce
-
Normal
-
None
-
5.0.7.1, 5.0.8, 5.0.9, 5.0.10
-
Ubuntu 11.04, Mozilla, Chrome
Issue is not platform specific.
If you have a tabbox like this:
<tabbox>
<tab label="Hello" disabled="true" />
<tab label="Mickey" selected="true" />
<tab label="Mouse" disabled="true" />
<tabpanels>
<tabpanel>
<label value="This will be displayed and it shouldn't" />
</tabpanel>
<tabpanel>
<label value="Expected this to show" />
</tabpanel>
<tabpanel>
<label value="Never seen, which is correct" />
</tabpanel>
</tabpanels>
</tabbox>
What happens is that when the tab is displayed, the tabs are correctly greyed out for the disabled ones, but the CONTENT is wrong.
The second tab is shown as selected (it's the only choice), but the content from the FIRST tabpanel is displayed.
When the user clicks on the second tab panel, then the correct content is shown.
This is more of a visual inconsistency than anything else. It is fun in a weird kind of way.