Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Found in 9215.
Steps to reproduce:
1. Compile and run attached MXML file.
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/halo">
<fx:Style>
global
</fx:Style>
<s:VGroup horizontalCenter="0" verticalCenter="0">
<s:TextInput text="Spark TextInput" />
<mx:TextInput text="Halo TextInput" />
</s:VGroup>
</s:Application>
Actual Results:
The Halo TextInput is seemingly ignoring the baseColor style.
Expected Results:
Both borders should display the same color.
Workaround (if any):
n/a