Closed
Bug 280213
Opened 20 years ago
Closed 20 years ago
Cant scroll a <div> with css style 'overflow: auto' or 'overflow: scroll' using the mousewheel.
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: as, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041209 Firefox/1.0 (Ubuntu) (Ubuntu package 1.0-2ubuntu4-warty99)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041209 Firefox/1.0 (Ubuntu) (Ubuntu package 1.0-2ubuntu4-warty99)
I'd like to be able to scroll a <div> element that has its 'overflow' property
set to either 'scroll' or 'auto' using my mouse wheel. At the moment neither
hovering over the <div> nor clicking into it does help, the mouse wheel keeps
scrolling the main window, frame or iframe the <div> is in.
Reproducible: Always
Steps to Reproduce:
1. go to http://www.quirksmode.org/css/overflow.html
2. scroll down to 'overflow: scroll' or 'overflow: auto'
3. try to scroll the example <div> with the mouse wheel after clicking into it
Actual Results:
the main window scrolled
Expected Results:
the <div> should have been scrolled
Comment 1•20 years ago
|
||
This is already fixed, please dont file bugs without testing a fresh build. Thanks
*** This bug has been marked as a duplicate of 97283 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Summary: Cant scroll a <div> with css style 'overflow: auto' or 'overflow: scroll' using the mousewheel. → Cant scroll a <div> with css style 'overflow: auto' or 'overflow: scroll' using the mousewheel.
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•