Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Create a custom skin and apply via CSS or mxml to a component
2. Add a second (non-skinned) component to the layout which follows the first in the tab order
3. Tab through the UI.
Actual Results:
The focusSkin that is applied to the first item will also be applied to the second. Note that if the focusSkin is applied to a box or button, then the subsequent component is a radioButton, the radioButton will have a square focus rectangle instead of a round one.
Expected Results:
Custom focusSkin only applies to components that explicitly set it in their styling. Other components should revert to the halo component
Workaround (if any):
Create custom focusSkin for all components.