[
https://issues.apache.org/jira/browse/FLEX-34454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14339765#comment-14339765
]
Vitaliy Parfenov edited comment on FLEX-34454 at 2/27/15 5:56 AM:
------------------------------------------------------------------
The fix of this issue makes another 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 :(
was (Author: vsp):
The fix of this issue makes another 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 :(
> Setting modalTransparencyBlur to 0 gives blur when Alert ist shown on top of
> modal Dialog
> -----------------------------------------------------------------------------------------
>
> Key: FLEX-34454
> URL: https://issues.apache.org/jira/browse/FLEX-34454
> Project: Apache Flex
> Issue Type: Bug
> Components: mx: Alert, Spark: TitleWindow
> Affects Versions: Apache Flex 4.13.0, Apache Flex 4.12.1
> Reporter: Stefan Overkamp
> Assignee: Alex Harui
> Priority: Minor
> Labels: blur, css, easytest
> Fix For: Apache Flex 4.14.0
>
> Attachments: FLEX34454.mxml, MyLoginForm.mxml
>
>
> Having opened a TitleWindow with modalTransparencyBlur: 0; and opening an
> Alert (with default modalTransparencyBlur) shows the following behaviour. The
> Alert leads to blur, closing the Alert removes blur, closing the TitleWindow
> shows blur again.
> Seems to me, that PopUpManager.removePopUp() fails to set the blur correctly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)