You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Vitaliy Parfenov (JIRA)" <ji...@apache.org> on 2015/02/27 06:56:04 UTC

[jira] [Commented] (FLEX-34454) Setting modalTransparencyBlur to 0 gives blur when Alert ist shown on top of modal Dialog

    [ https://issues.apache.org/jira/browse/FLEX-34454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14339765#comment-14339765 ] 

Vitaliy Parfenov commented on FLEX-34454:
-----------------------------------------

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)