Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Found in 4.0.0.13101
Steps to reproduce:
1. Compile and run attached MXML file using the sample Graphite theme (-theme+=${flexlib}/../samples/themes/graphite/graphite.swc)
2. Tab into each of the CheckBox controls.
Actual Results:
mx:CheckBox looks good (focus rect only applies to the check icon area thing).
s:CheckBox looks terrible (focus rect applies to both check icon and button label).
Expected Results:
s:CheckBox shouldnt give focus rect to label.
Workaround (if any):
n/a