Closed
Bug 291041
Opened 20 years ago
Closed 20 years ago
Mouse-Wheel does not allow scrolling on scrollable DIV element
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: support, Assigned: bugzilla)
Details
Attachments
(1 file)
785 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2
Mozilla only supports scrolling of elements via the mouse scroll wheel for some
elements.
If you have a simple DIV with overflow set to "scroll", "auto", and contents
that exceed the specified size of the div, the div becomes a scrollable area.
Attempting to scroll the DIV with the mouse-wheel has no effect - it will
instead scroll the page.
Mouse wheel scrolling IS supported for some other elements such as IFRAMEs.
Reproducible: Always
Steps to Reproduce:
1. Open the attached test case
2. Position the mouse over (or click on) the scrollable red DIV
3. Rotate the mouse wheel to scroll the DIV and view it's content.
Actual Results:
The page will scroll
Expected Results:
The DIV will not scroll
Note that the IFRAME on the same page will scroll if you rotate the scroll while
while focussed on it.
Reporter | ||
Comment 1•20 years ago
|
||
Attempt to scroll the red DIV with the mouse scroll wheel to reproduce the bug.
Comment 2•20 years ago
|
||
Please search before you file a bug.
(and also test a recent trunk build because FF1.0.X is from a very old branch)
*** 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
•