Vitaliy Parfenov created FLEX-34774:
---------------------------------------
Summary: Blur effect stay away 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
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)