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

Alert buttons not placed in specified order

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Adobe Flex SDK 2.0 (Release)
    • mx: Alert
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Reproduction:

      <mx:Application xmlns:mx="http://www.macromedia.com/2005/mxml" width="250" height="200" borderStyle="solid" backgroundColor="#FFFFFF">
      <mx:Script>
      <![CDATA[

      // Import the Alert class.
      import mx.controls.Alert;

      public function alert(){
      Alert.show("Alert text", "Alert Title", Alert.CANCEL | Alert.OK);
      }
      ]]
      >
      </mx:Script>
      <mx:VBox id="myVBox">
      <mx:Button label="Show Alert" click="alert()" />
      </mx:VBox>
      </mx:Application>

      Actual Results:

      Alert shows OK and Cancel buttons in that order

      Expected Results:

      Alert shows Cancel and OK buttons in that order

      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: