Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
<?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">
<s:ActionBar textShadowAlpha="0" textShadowColor="#00ff00">
<s:title>Title</s:title>
</s:ActionBar>
</s:Application>
Actual Results:
The green shadow is still visible.
Expected Results:
Since alpha is 0, shadow should not be visible.
Workaround (if any):