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

[Chrome] Incorrect behavior with TabNavigator in Google Chrome Browser

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 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

      Create an MXML Application with a tab navigator in it

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

      Run in Google Chrome Browser
      Select Tab 2
      Click and hold mouse down on Tab 3.
      While mouse is down, Tab 1 is selected and visible
      This happens frequently even when not holding mouse down, but that is the easiest way to see it happen every time.

      Expected behavior:
      Tab selection should not change until mouse is released. And the selected tab should correctly be the one that was clicked.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: