[ 
https://issues.apache.org/jira/browse/FLEX-34774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Harui resolved FLEX-34774.
-------------------------------
    Resolution: Fixed

b03e5100ded7370f57eb7a0d909b27f384248f1a

> Blur effect remains if first modal Popup closes before other modal Popups
> -------------------------------------------------------------------------
>
>                 Key: FLEX-34774
>                 URL: https://issues.apache.org/jira/browse/FLEX-34774
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: PopUp Manager
>    Affects Versions: Apache Flex 4.14.0
>            Reporter: Vitaliy Parfenov
>            Priority: Critical
>              Labels: easytest
>         Attachments: Flex-34774.zip
>
>
> 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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to