PDA

View Full Version : Firefox new tab stage resize bug


despisedIcon
10-07-2008, 02:15 AM
When you add a new tab to firefox, when none were previously open, the resize event doesnt seem to fire at all. so when you have a flex app that fills the browser window it doesnt resize, it just gets pushed down the 20 px or so and the bottom of the app is hidden below the browser.
Is there a new tab event that you can listen for? or is it a bug with firefox that it should be sending out a resize event on the new tab event.

roberttimes
07-26-2009, 09:56 PM
Yep, had the same issue myself. It's not a bug, all you gotta do is when you publish your html page select the Window Mode to: Opaque Windowless
That's it.