Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK 2.0 (Release)
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Reproduction:
1. Copy the testfile to your server.
2. Compile and run.
3. Put focus in the text field of the swatchpanel to remove the highlight.
Actual Results: Note how even though the style applied to the swatchPanelStyleName calls for a color of yellow, the text is black.
Expected Results: The text should be yellow.
Code Snippet:
<mx:Style>
.myStyle
</mx:Style>
<mx:ColorPicker id="comp1" swatchPanelStyleName="myStyle"/>
Workaround: