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

Using the selectedIndex property on a TabbedViewNavigator before it is initialized causes an RTE

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • None
    • Mobile: ViewNavigator
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Create an application with a TabbedViewNavigator
      2. In MXML, set the selectedIndex to any number

      <s:TabbedViewNavigator width="100%" height="100%" selectedIndex="0" >

      <s:ViewNavigator width="100%" height="100%" label="What's On" />
      <s:ViewNavigator width="100%" height="100%" label="Venue Info" />
      <s:ViewNavigator width="100%" height="100%" label="Contact" />

      </s:TabbedViewNavigator>

      Actual Results:
      Get an out of range error

      Expected Results:
      Should selected the specified index after the navigator is initialized

      Workaround (if any):
      Wait for application complete and then set the selectedIndex

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: