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

[Marshall Plan] In compatibility or Sandboxed mode, the focus doesn't loop around as you tab when running in IE.

    XMLWordPrintableJSON

Details

    Description

      Steps to reproduce:
      1.Compile the following code:

      main.mxml -
      <?xml version="1.0" encoding="utf-8"?>
      <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
      <mx:TextInput />
      <mx:SWFLoader id="swf0" loadForCompatibility="true" source="tabbingTest.swf" width="500" height="350"/>
      </mx:Application>

      tabbingTest.mxml
      <?xml version="1.0" encoding="utf-8"?>
      <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
      <mx:TextInput />
      <mx:Button label="blue moon" />
      <mx:TextInput />
      </mx:Application>

      2. Load main.mxml in Internet Explorerer (not FireFox or the Standalone where you cannot tab to browser controls).
      3. Tab around multiple times and try to repeat a tab loop.

      Actual Results: The focus stops on the last control and never moves to the browser.

      Expected Results: The focus should move from the last control to the browser and back to the application. Shift tab works correctly.

      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: