Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Apache Flex 4.14.0
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
Attachments
Issue Links
- is broken by
-
FLEX-34454 Setting modalTransparencyBlur to 0 gives blur when Alert ist shown on top of modal Dialog
- Resolved
- is cloned by
-
FLEX-34820 Permanent blur effect after closing multiple s:Alert's
- Closed
- is duplicated by
-
FLEX-34781 The main window still has blur applied to it after nested modal popups are closed
- Resolved