Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-12641

Title of the TitleWindow deasepered after rotating

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • Adobe Flex SDK 2.0.1 (Release)
    • None
    • mx: TitleWindow
    • 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

      { var matr:Matrix = controlsWindow.transform.matrix; matr.rotate(Math.PI/2); controlsWindow.transform.matrix = matr; }

      ]]
      >
      </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.

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: