Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Found in trunk 4.0.0.8520.
Steps to reproduce:
1. Compile and run attached .MXML file.
2. Click in the TextInput control and observe focus ring.
3. Press Tab to move to the Button control (and show focus ring).
4. Press Tab to move to the CheckBox control (and show focus ring).
5. Press Tab to move to the RadioButton control (and show focus ring).
Actual Results:
Halo TextInput and Button focus rects aren't rotated to match the actual controls.
Halo CheckBox and RadioButton focus rects dont seem to be applying scale (and possibly rotation).
Expected Results:
The focus rect should apply the same transforms as the owning component.
Workaround (if any):
use Spark controls (which behave slightly better)