Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK 2.0.1 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Internet Explorer 7.x
Language Found: English
Description
Steps to reproduce:
1. Create TitleWindow with event handler on click:
<mx:TitleWindow id="controlsWindow" click="rotateTree(event)"><mx:Canvas /></mx:TitleWindow>
2. Create function rotateTree:
<mx:Script>
<![CDATA[
private function rotateTree(event:Event):void
]]
>
</mx:Script>
3. Run application
Actual Results:
Title of the TitleWindow is shown only then rotation angle is 0
Expected Results:
Title of the window is shown in any state.