Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Compile & run with the compiler option: -theme=${flexlib}/themes/Halo/halo.swc
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Script>
<![CDATA[
]]
>
</mx:Script>
<mx:Button id="ti"/>
</mx:WindowedApplication>
Actual Results:
Spark skin for WindowedApplication appears
Expected Results:
WindowedApplication should look like it did in Halo
Workaround (if any):
You can add the -compatibility-version=3.0.0 flag, but then the background shows up as gray instead of white.