Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-14426

link bar items are always visible even when item property visible is set to false

VotersWatch issueWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • Adobe Flex SDK 3.0 (Release)
    • None
    • mx: LinkBar
    • 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="

      {viewStack}

      " />

      <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):

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment