Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s):
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
1. create an application with the following ..
<mx:TitleWindow width="250" height="200"
layout="vertical" showCloseButton="true" borderStyle="solid"
borderThickness="10" cornerRadius="6" borderColor="#F20A0A" dropShadowEnabled="false" barColor="#A20F0F" x="25" y="21">
</mx:TitleWindow>
2. run app
3.
Actual Results:
none of the style properties are applied to the title window
Expected Results:
styles to be applied.
Workaround (if any):