Closed
Bug 543817
Opened 15 years ago
Closed 15 years ago
Can't scroll with the mouse wheel on swf files and a border appear arround the applet (FF 3.6)
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: vivien.anglesio, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)
With firefox 3.6 some swf files (often width 100% swf) are not displayed correctly. An outline appears arround the flash and it's impossible to wheel when de cursor is on the swf.
Reproducible: Sometimes
Steps to Reproduce:
1. Go on a 100% flash website. (try with www.danielguilloux.com)
2. try to wheel
Actual Results:
3. the scrollbar of the navigator window don't move. and an outlined border is displayed arround the swf.
Expected Results:
it should work like Firefox 3.5
I found a fix to this bug :
Bug :
<object type="application/x-shockwave-flash" data="frames/main.swf" width="100%" height="700" />
Fix :
<object type="application/x-shockwave-flash" data="frames/main.swf" width="100%" height="700" wmode="transparent" style="outline:none 0px;" />
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•