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

Blur effect remains if first modal Popup closes before other modal Popups

    XMLWordPrintableJSON

Details

    Description

      The fix of an issue https://issues.apache.org/jira/browse/FLEX-34454 makes this bug:
      1. We're open modal popup (Popup#1) -> Blur visible
      2. At the end of it's work, We're open another modal popup (Popup#2). -> Blur visible
      3. Closing Popup#1 (PopUpManagerImpl:hideModalWindow has numModalWindows = 2 and (blurOwners[sm] != null && blurOwners[sm] == o.owner) = true) (Blur visible)
      4. Closing Popup#2 (PopUpManagerImpl:hideModalWindow has numModalWindows = 1 and (blurOwners[sm] != null && blurOwners[sm] == o.owner) = false) (Blur stay visible)

      At the end we have a visible Blur effect while there are no any opened modal popups

      Attachments

        1. Flex-34774.zip
          2 kB
          Vitaliy Parfenov

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vsp Vitaliy Parfenov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: