Closed
Bug 264826
Opened 20 years ago
Closed 20 years ago
Mouse scroll wheel does not scroll DIV content
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: nicholas, Assigned: dbaron)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1
When viewing a page with a DIV tag that has the CSS attribute "overflow: scroll;
" you cannot use the scroll wheel (middle button) of a mouse to scroll through
the content of the DIV tag.
When you move the mouse scroll wheel while the mouse is over a DIV tag, the
entire page will scroll, instead of the inner content of the DIV tag.
This is demonstrated in the following page:
http://members.iinet.net.au/~distinctive/div/div.htm
Reproducible: Always
Steps to Reproduce:
1. Open the example page mentioned in this report
2. Move the mouse so that the cursor is inside the DIV tag (the box with the
black dotted border)
3. Attempt to use the scroll wheel on the mouse to scroll the contents of the
DIV tag.
4. The entire page will scroll instead of the content of the div tag.
Actual Results:
The entire page content scrolls.
Expected Results:
The contents of the div tag should have scrolled.
The rest of the page shoulc not have scrolled.
Assignee | ||
Comment 1•20 years ago
|
||
duplicate of already-fixed bug
*** This bug has been marked as a duplicate of 97283 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•