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

PopupManager.removePopup incorrectly animates blur level for multiple modal windows

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Later
    • Adobe Flex SDK 4.0 (Release)
    • None
    • PopUp Manager
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Browser: Firefox 3.x
      Language Found: English

    Description

      Steps to reproduce:

      This occurs in any element placed on the PopupManager, but is easiest shown on Alerts.

      1. Alert.show("test");
      2. Alert.show("test2");
      3. Click OK on the second Alert

      Actual Results:

      modalTransparencyBlur animates from modalTransparencyBlur to 0

      Note that it will always animate from the modalTransparencyBlur to 0, and is not affected by the number of UIComponents. This is in contrast to the modalTransparency, which works properly.

      Expected Results:

      (assuming popup UIComponent has been removed)
      modalTransparencyBlur animates to (modalTransparencyBlur * (number of UIComponents + 1)) on (modalTransparencyBlur * number of UIComponents)

      Workaround (if any):

      None

      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: