Closed
Bug 257774
Opened 21 years ago
Closed 20 years ago
Flash content in div with "position: fixed" displays on top of vertical scroll bar
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bk, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040823 Firefox/0.9.3
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040823 Firefox/0.9.3
Resizing the browser window so that the flash ad on the right should be under
the scroll bar results in it being displayed on top of the scroll bar instead.
This does not occur with normal images (gif, png), and does not occur with flash
inside a div with "position: absolute".
Reproducible: Always
Steps to Reproduce:
1. Go to a web page with flash content in a "position: fixed" div.
2. Resize the browser window so that the vertical scroll bar overlaps the flash
content.
Actual Results:
The flash content displays on top of the scroll bar.
Expected Results:
The scroll bar should have been displayed on top of the flash content.
This behaviour also occurs with Firefox 0.9.3 on Windows 2000.
| Reporter | ||
Comment 1•21 years ago
|
||
This display bug only occurs if the div containing the flash content has a fixed
width. If the width is unspecified or 'auto', the scroll bar displays on top
like it should. So, in summary, three factors have to be present: (1) fixed
positioning; (2) fixed width; (3) flash content - and not just (1) and (3), like
the original description suggested.
The referenced web site, http://www.mbl.is/mm/frettir/, no longer defines fixed
width for the div in question, so it is not a test case any more.
Comment 2•20 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
| Reporter | ||
Comment 3•20 years ago
|
||
This bug seems to have been fixed as of Firefox 1.5 beta 1 (Gecko engine 20050908).
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•