Closed
Bug 254808
Opened 21 years ago
Closed 21 years ago
mouse wheel scrolling not working in the div area
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: vano, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040614 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040614 Firefox/0.8
you can see it on the this page
http://vano.ispvds.com/firefox_scrolling_bug.html
mouse wheel not working in the div area if I set up overflow property for this
tag. i mean
<div style="height:100; width:100%; overflow:auto;">very big text</div>
Reproducible: Always
Steps to Reproduce:
1.<div style="height:100; width:100%; overflow:auto;">very big text</div>
2.put cursor in the div area
3.try to scroll page with mouse wheel
Actual Results:
mouse scroll not working
Comment 1•21 years ago
|
||
This has just been fixed. See bug 97283. It should work in the latest nightly
build (as it does for me).
*** This bug has been marked as a duplicate of 97283 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•