Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Found in 4.0.0.14159 (release)
Steps to reproduce:
1. Compile and run attached MXML file.
Actual Results:
Styling the emphasized s:Button skin is too tricky and causing confusion.
Expected Results:
Maybe add in a emphasizedSkinClass style which makes this a bit more obvious.
Workaround (if any):
Instead of s|Button
, you need to to something like s|Button.emphasized
{ skinClass: ClassReference('blah'); }.