Closed
Bug 505567
Opened 17 years ago
Closed 17 years ago
Full Screen Flash using wmode opaque behaes incorrectly after focus (with Firebug)
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jeff.sawatzky, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)
When you have a flash application that can go full screen, and the flash application is loaded using wmode=opaque, then if you focus the flash app, then go full screen, the flash app won't resize correctly.
Reproducible: Always
Steps to Reproduce:
1. create a flash application that has a button. The code behind the button takes you to full screen.
2. load the flash application in a webpage using wmode=opaque. I used swfobject to do this with javascript.
3. before clicking the button to take the app to full screen, click somewhere else on the app to give it focus (you will see dotted lines around the app once it has focus). Now click the button to take it full screen and it won't be resized correctly.
4. if you exit full screen, click somewhere on the page to take focus way from the flash app, then click the button in the flash app to go full screen, then it will resize correctly.
Actual Results:
the flash app resizes incorrecty
Expected Results:
the flash app should resize correctly
it only happens in FF3.5. I tried in previous versions of FF and it doesn't seem to happen. Also, IE does not have any problems either.
| Reporter | ||
Updated•17 years ago
|
Version: unspecified → 3.5 Branch
Comment 1•17 years ago
|
||
Can you retest with a new profile to exclude customizations: http://support.mozilla.com/en-US/kb/Basic+Troubleshooting#Make_a_new_profile
And if it is still reproducible, can you provide an URL with the problem or better, a testcase?
http://developer.mozilla.org/en/docs/Reducing_testcases
| Reporter | ||
Comment 2•17 years ago
|
||
I tried with a new profile, and I was not able to reproduce it...so perhaps it is one of my extensions.
Either way, here is a url with an example:
http://www.niltzdesigns.com/wp-content/uploads/2009/07/fullscreentest.html
| Reporter | ||
Comment 3•17 years ago
|
||
After disabling FireBug the issue went away. So, I will notify the FireBug folks of this issue.
Comment 4•17 years ago
|
||
Thanks for figuring this out :)
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Summary: Full Screen Flash using wmode opaque behaes incorrectly after focus → Full Screen Flash using wmode opaque behaes incorrectly after focus (with Firebug)
You need to log in
before you can comment on or make changes to this bug.
Description
•