Aleksey created FLEX-34820:
------------------------------
Summary: 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
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)