Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK 3.2 (Release)
-
None
-
Affected OS(s): Windows
Language Found: English
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):