Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Language Found: English
Description
Steps to reproduce:
1. Run the following in IE (works in Standalone)
<?xml version="1.0" encoding="utf-8"?>
<FxApplication xmlns="http://ns.adobe.com/mxml/2009">
<FxButton left="0" top="0"/>
</FxApplication>
2. Try to tab to the FxButton
Actual Results:
You can't.
Expected Results:
You can. You should be able to get focus on the FxButton and get a focus rect.
Workaround (if any):
Set left/top to something greater than 0,0:
<FxButton left="1" top="1"/>