Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
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. Mouse over each Button control to display the default width/height.
Actual Results:
mx:Button is 22px tall.
s:Button is 24px tall.
s:ToggleButton is 21px tall. (whaaaaa?!)
Expected Results:
I dont care as much about the mx:Button vs s:Button height inconsistency, but s:Button and s:ToggleButton should be consistent (and are in other themes).
Workaround (if any):
Custom skin the sample theme.