Closed Bug 318493 Opened 20 years ago Closed 17 years ago

Hiding scrollbars breaks mousewheel functionality

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 307976

People

(Reporter: thehans, Unassigned)

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5 I use this line in my userContent.css to hide the scrollbars and make use of all the available width of my screen: body {overflow:hidden;} This was working fine for me in Firefox 1.0.7, but after upgrading today to 1.5, my mouse wheelup and wheeldown no longer works in conjunction with this setting. Another user mentioned to me that he was using this line(probably a more proper method than mine), and that it no longer works for him either: html { overflow: -moz-scrollbars-none; } I would ultimately like to have an autohide scrollbar that only appears when the mouse is in the vicinity, but I guess that's a whole other feature request. Reproducible: Always Steps to Reproduce: 1. Add line to userContent.css 2. Load a page that is taller than the window 3. Try using your mousewheel Actual Results: nothing happens Expected Results: screen moves with every click of the mousewheel
Summary: Hiding scrollbars via breaks mousewheel functionality → Hiding scrollbars breaks mousewheel functionality
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.