Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK 4.0 (Release)
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile attached mxml file using the command
mxmlc -theme=spark-Wooden.css HaloStyle.mxml
Actual Results:
spark-Wooden.css(183): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
borderColor: #FFFF00;
spark-Wooden.css(188): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
borderColor: #FFFF00;
spark-Wooden.css(193): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
borderColor: #FFFF00;
spark-Wooden.css(198): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
borderColor: #FFFF00;
spark-Wooden.css(183): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
borderColor: #FFFF00;
spark-Wooden.css(188): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
borderColor: #FFFF00;
spark-Wooden.css(193): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
borderColor: #FFFF00;
spark-Wooden.css(198): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
borderColor: #FFFF00;
HaloStyle.swf (257470 bytes)
Expected Results:
spark-Wooden.css(183): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
borderColor: #FFFF00;
spark-Wooden.css(188): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
borderColor: #FFFF00;
spark-Wooden.css(193): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
borderColor: #FFFF00;
spark-Wooden.css(198): Warning: The style 'borderColor' is only supported by type 'mx.controls.Button' with the theme(s) 'halo'.
borderColor: #FFFF00;
HaloStyle.swf (257470 bytes)