Re: Pepperflash and PopUpMananger

2014-02-13 Thread Jake Churchill
Alex, I ended up going through the framework code and monkey patching together a solution for this chrome bug. I will leave it to you and more experienced people to determine if it's correct or can be implemented in the framework or if it should be left and eventually fixed by chromium people.

Re: Pepperflash and PopUpMananger

2014-02-13 Thread Jake Churchill
Yes, setting that style is the simplest workaround. It just doesn't get you the blurred affect for the modal overlay, however it accomplishes what I suspect most people are wanting. I'm not sure if changes to the framework are necessary either, but as I said, if any were made, I'd add that

Re: Pepperflash and PopUpMananger

2014-02-13 Thread Alex Harui
So can folks set modalTransparencyDuration to 0 as the simplest workaround? Seems like you should add that info the the Chrome bugs you linked to yesterday. Feel free to open a JIRA issue in our bug base. We might just close it as external, but at least it will document your findings. I'm not

Re: Pepperflash and PopUpMananger

2014-02-13 Thread Jake Churchill
I've left comments on the 2 chromium bugs with the workaround and created this ticket in JIRA: https://issues.apache.org/jira/browse/FLEX-34085 Let me know if there's anything else you'd like me to do with this. Thanks! -Jake On Thu, Feb 13, 2014 at 1:22 PM, Jake Churchill reyna...@gmail.com

Re: Pepperflash and PopUpMananger

2014-02-13 Thread Sean Thayne
Good job Jake -Sean Thayne On Thu, Feb 13, 2014 at 2:03 PM, Jake Churchill reyna...@gmail.com wrote: I've left comments on the 2 chromium bugs with the workaround and created this ticket in JIRA: https://issues.apache.org/jira/browse/FLEX-34085 Let me know if there's anything else you'd

Pepperflash and PopUpMananger

2014-02-12 Thread Jake Churchill
Hello again, I'm working on an issue where none of my popups display correctly in chrome. This is via PopUpManager.addPopup(). I know there is a bug logged with chromium about this: https://code.google.com/p/chromium/issues/detail?id=333024

Re: Pepperflash and PopUpMananger

2014-02-12 Thread Alex Harui
As an experiment, don't use PopUpManager and directly add the popup to SystemManager.popUpChildren. On 2/12/14 2:12 PM, Jake Churchill reyna...@gmail.com wrote: Hello again, I'm working on an issue where none of my popups display correctly in chrome. This is via PopUpManager.addPopup(). I

Re: Pepperflash and PopUpMananger

2014-02-12 Thread Jake Churchill
In working on this, I found that it was all around the modal layer. So, I just created a global Swiz event to handle adding/removing popup children and I manage the overlay manually by adding a basic component over top my content. The popups are all non-modal, but I'm re-creating the overlay

Re: Pepperflash and PopUpMananger

2014-02-12 Thread Alex Harui
It adds 2. But there's lots of interesting stuff going on with the modal layer having to do with blur filters and effects and the popup is invisible for a bit and all that might be confusing PepperFlash. So breaking it down into individual steps might help show that the trigger is. -Alex On