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

Incorrectly functioning TabNavigator in Google Chrome Browser

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • Adobe Flex SDK 3.0 (Release)
    • None
    • mx: Tab Navigator
    • None
    • Affected OS(s): Windows
      Affected OS(s): Windows XP
      Browser: Other (specify version)
      Language Found: English

    Description

      Steps to reproduce:
      1. create a TabNavigator with 3 tabs
      <mx:TabNavigator id="myTabs" width="100%" height="100%"
      >
      <mx:Canvas label="Tab1">
      <mx:Label text="tab1"/>
      </mx:Canvas>
      <mx:Canvas label="Tab2">
      <mx:Label text="tab2"/>
      </mx:Canvas>
      <mx:Canvas label="Tab3>
      <mx:Label text="tab3"/>
      </mx:Canvas>
      </mx:TabNavigator>

      2. Select Tab 3
      3. Then, Click Tab 2 and hold down the mouse

      Actual Results:
      While the mouse is held down, Tab 1 is selected. This also occurs when you just click Tab 2 occasionally ( > 50%) of the time. However, it is easiest to reproduce every time when holding the mouse down

      Expected Results:
      The selected tab shouldn't change until the mouse is released and it should select the correct tab

      Workaround (if any):

      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: