Closed
Bug 223862
Opened 22 years ago
Closed 22 years ago
Middle-click autoscroller icon obscured by floating elements
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
DUPLICATE
of bug 215825
People
(Reporter: steven, Assigned: bugzilla)
Details
Attachments
(1 file, 1 obsolete file)
|
579 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
In FB 0.7, middle clicking on a page starts the autoscroller feature where it
will slowly scroll depending on the position of the mouse.
An icon is displayed at the location where the user clicked.
However, this icon is obscured by any (floating) element with z-index >= 1. For
example:
<div style="position: relative; z-index: 1; background-color: black;"> </div>
The scroller icon will move behind the div as it passes over it.
Reproducible: Always
Steps to Reproduce:
1. Visit http://www.gfxartist.com/
2. Middle-click above the 'latest news headlines' title.
3. Move the mouse downwards and scroll down
Actual Results:
The scroller icon is obscured by the elements on the page.
Expected Results:
The scroller icon should stay on top of everything.
Comment 1•22 years ago
|
||
Confirmed when using the built in autoscrolling
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031217
Firebird/0.7+
Comment 2•22 years ago
|
||
Confirming (bugday)
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Hardware: PC → All
Comment 3•22 years ago
|
||
First guess.
Comment 4•22 years ago
|
||
Attachment #137636 -
Attachment is obsolete: true
Comment 5•22 years ago
|
||
*** This bug has been marked as a duplicate of 215825 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•