Top "Mousewheel" questions

A mouse wheel (or scroll wheel) is a hard plastic or rubbery disc (the "wheel") on a computer mouse that is perpendicular to the mouse surface.

Speed up mouse wheel in jScrollPane (jQuery)

I have a div with a fixed height and in it a ul-list and many li-items. I apply to the …

jquery mousewheel jquery-jscrollpane
Pass mousewheel event through fixed content

The best way to understand this is to look at this fiddle. Notice how mouse wheel over the fixed content …

javascript jquery dom-events mousewheel
How to increase the slow scroll speed on a JScrollPane?

I am adding a JPanel in a JScrollPane in my project. All is working fine, but there is one problem …

java swing jpanel jscrollpane mousewheel
Always scroll a div element and not page itself

I have a page layout with an inner <div id="content"> element which contains the important stuff on …

javascript css scroll focus mousewheel
How to forward messages (eg. mouse wheel) to another Control without stealing focus and without P/Invoke?

I want to forward a message (such as WM_MOUSEWHEEL) when I'm over this control with the mouse, without stealing …

c# focus mousewheel message-pump imessagefilter
How to check each new scroll and avoid Apple mouses issue (multiple-scroll effect)

I try to make a mousewheel event script, but getting some issues since I'm using an Apple Magic Mouse and …

javascript jquery macos mousewheel
What is the height of a "line" in a wheel event? (deltaMode = DOM_DELTA_LINE)

The wheel event in Firefox >= 17 has a deltaMode property. With the OS/mouse I'm using, it's set to 1 (or …

javascript firefox dom-events mousewheel
jQuery Mousewheel doesn't support trackpad?

I'm using the popular mousewheel plugin to to emulate the fullpage scroll like this website. jQuery(function() { var top = 0, viewport = …

jquery scroll mousewheel trackpad
Prevent parent page from scrolling when mouse is over embedded iframe in Firefox

...without limiting the scroll inside the iframe or the need to specifically name/tag all scrollable elements. Imagine google maps …

javascript firefox iframe jquery-events mousewheel