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

Scaled Alert does not position text properly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK 3.0 (Release)
    • None
    • mx: Alert
    • None
    • Affected OS(s): Windows
      Affected OS(s): Windows XP
      Browser: Internet Explorer 7.x
      Language Found: English

    Description

      Start a new Flex Web Application Project. Here is the code. The Alert displays incorrectly (see attached screenshot).

      <?xml version="1.0" encoding="utf-8"?>
      <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="alert()">
      <mx:Script>
      <![CDATA[
      import mx.controls.Alert;
      internal function alert():void

      { var a:Alert = Alert.show('XXXXXXXXXX\nXXXXXXXXXX\nXXXXXXXXXX\nXXXXXXXXXX\nXXXXXXXXXX\nXXXXXXXXXX\nXXXXXXXXXX', 'Message'); a.scaleX = a.scaleY = 3; }

      ]]
      >
      </mx:Script>
      </mx:Application>

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: