Done -- https://issues.apache.org/jira/browse/FLEX-33976
----- Original Message ----- From: "Alex Harui" <aha...@adobe.com> To: users@flex.apache.org Sent: Wednesday, December 4, 2013 9:32:28 AM Subject: Re: main app blur disappears when using Alert.show() from modal TitleWindow File a bug with a simple test case. On 12/4/13 7:24 AM, "modjkl...@comcast.net" <modjkl...@comcast.net> wrote: >Opening a modal Titlewindow blurs the main application slightly. If you >then issue an Alert.show(), when the Alert.show() popup closes, it takes >away the blur in the main application. > >Since anyone using Titlewindow and Alert.show() runs into this, I wonder >if anyone has found a solution to keep the main app blur showing when >closing the Alert.show() popup? > >I can manually introducing blur to >mx.core.FlexGlobals.topLevelApplication.filters, but I was hoping there >was a simpler workaround.