You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Aleksey (JIRA)" <ji...@apache.org> on 2015/04/14 19:11:12 UTC

[jira] [Closed] (FLEX-34820) Permanent blur effect after closing multiple s:Alert's

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

Aleksey closed FLEX-34820.
--------------------------
       Resolution: Duplicate
    Fix Version/s: Apache Flex 4.14.1

> Permanent blur effect after closing multiple s:Alert's
> ------------------------------------------------------
>
>                 Key: FLEX-34820
>                 URL: https://issues.apache.org/jira/browse/FLEX-34820
>             Project: Apache Flex
>          Issue Type: Bug
>    Affects Versions: Apache Flex 4.14.0
>            Reporter: Aleksey
>             Fix For: Apache Flex 4.14.1
>
>
> To reproduce execute following code:
> Alert.show("Message", "Title", Alert.OK, null, function(event:Event):void{
>                     Alert.show("Second message");
>                 });
> When user closes both Alerts, whole stage will still be blurred



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