Popup blocking issue

2015-05-22 Thread Harbs
I have a spark DropDownList, and some of the items need to open a separate browser window. Ideally, the browser window should only be opened after some data is uploaded to a server, but I’m willing to accept that that’s not an option. My problem is that none of the events dispatched by

Re: Popup blocking issue

2015-05-22 Thread Harbs
On May 22, 2015, at 2:29 PM, Jeffry Houser jef...@dot-com-it.com wrote: I think I'm missing some context Probably. Details below: On 5/22/2015 4:56 AM, Harbs wrote: I have a spark DropDownList, and some of the items need to open a separate browser window. You mean when an item is

Re: Popup blocking issue

2015-05-22 Thread Jeffry Houser
I think I'm missing some context On 5/22/2015 4:56 AM, Harbs wrote: I have a spark DropDownList, and some of the items need to open a separate browser window. You mean when an item is selected in the Spark DropDownList you may want to open a separate browser window. Is that correct?

Re: Popup blocking issue

2015-05-22 Thread Harbs
Now I have no idea why that works A lot of this stuff feels like black magic… ;-) I’m thinking that I’m going to go with the Flash-popup-and-click-to-open-browser-window approach… Harbs

Re: Popup blocking issue

2015-05-22 Thread Jeffry Houser
On 5/22/2015 7:45 AM, Harbs wrote: As specified in this document, the event needs to be “user initiated”. http://www.adobe.com/devnet/flashplayer/articles/fplayer10_uia_requirements.html I forgot about that requirement. What I'm doing in one app is this: 1) User Clicks Button (click

Re: Popup blocking issue

2015-05-22 Thread Evyatar Ben Halevi-Arbib
Hey, 1. In the scenario described by Jeffry the Result event might be still considered initiated by user interaction. 2. In our application we also have such a popup for opening new windows with a designated user click. 3. There's a chance that intercepting the render's click could result in a