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

Alert shows up in the wrong window when calling Alert.show() in a multi-window AIR app

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • Adobe Flex SDK 3.0 (Release)
    • None
    • mx: Alert
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      CASE 1:
      Steps to reproduce:
      1. Run alertBlur.xml in AIR
      2. Click "Create New Window" (This second window is created by NativeWindow)
      3. On the second window, click "Call Alert". The alert code is:
      Alert.show("dummy", "Dummy Title", Alert.OK);

      Actual Results: The pop up dialog pops up on the first window.
      Expected Results: The pop up dialog should pop up on the second window that initiates the alert.

      CASE 2:
      Steps to reproduce:
      1. Run alertBlur_this.xml in AIR
      2. Click "Create New Window" (This second window is created by NativeWindow)
      3. On the second window, click "Call Alert". The alert code is:
      Alert.show("dummy", "Dummy Title", Alert.OK, this);

      Workaround (if any):

      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: