Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
Adobe Flex SDK 3.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Firefox 2.x
Language Found: English
Description
Steps to reproduce:
<mx:LinkBar id="linkBar"
dataProvider="
" />
<mx:ViewStack id="viewStack" width="
{linkBar.width}">
<mx:VBox label="page 1">
<mx:Label text="page1"></mx:Label>
</mx:VBox>
<mx:VBox label="page 2 - should not be visible" visible="false">
<mx:Label text="page2"></mx:Label>
</mx:VBox>
<mx:VBox label="page 3">
<mx:Label text="page3"></mx:Label>
</mx:VBox>
</mx:ViewStack>
Actual Results:
link to page "Page 2" is visible on LinkBar even when property visible is set to false
Expected Results:
link to page "Page 2" should disappear on LinkBar
Workaround (if any):