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. It is used for scrolling.
Questions tagged [mousewheel]
1072 questions
0
votes
0 answers
JQuery, Flickr API and Fancybox not displaying pictures when query is run
I am following a tutorial to show flickr pictures when you search for a tag. I have followed the tutorial exactly the way it is and have even checked the jquery latest version to ensure it is pulling the info. But whenever I run the query, it does…

Jenny P
- 17
- 2
- 7
0
votes
1 answer
MouseEvent.MOUSE_WHEEL stop working inside a MovieClip child
Good morning everyone, how are you?
Onve again I am here sharing my questions and learning more and more with you. I hope that somehow we can exchange information and expand our knowledge.
Guys, I'm using a class very interesting I found on the…

rennanreis
- 41
- 1
- 5
0
votes
0 answers
DBGrid and force the DBMemo to SetFocus on MouseWheel
I have two Controls on a form, a TDBGrid and a TDBMemo both linked to the same DataSource.
When the user scrolls the DBGrid th Row with focus displays the contents of a letter in the memo. All good. I am getting complaints about an annoyance, which…
user2175495
0
votes
1 answer
Zooming using GWT MouseWheelEvent too fast on Mac using trackpad
I am capturing a MouseWheelEvent for zooming in/out on a canvas. This works fine using an actual mouse wheel on Windows 7 under Firefox, Chrome, and IE, but on a Mac OS X, using track pad causes zooming to happen much too quickly.
I've seen other…

photog13
- 1
- 1
0
votes
1 answer
How to catch onmousewheel event on Opera?
I thought the following code targets both IE and Opera
window.onload = function() {
document.attachEvent("onmousewheel", function() {
console.log("mousewheel detected");
});
};
However, Opera (11.11) has no response at all.
I'v…

user1643156
- 4,407
- 10
- 36
- 59
0
votes
1 answer
WPF Listview does not scroll (with mouse wheel) when Application not in focus
I have a WPF app (written in C#) which has a Listview control which scrolls perfectly with the mouse wheel when the app is in focus.
However when the app is not in focus, even when the mouse pointer is over the app & list view area, the Listview…

user2289736
- 21
- 5
0
votes
1 answer
jquery animated horizontal scroll on mouse scroll event
I have been working on this animated horizontal offset for div, on mousescroll event.
Here is the link for what I've done till now, could somebody see what I'm doing wrong?
The animation happens on the click action i need the same for…

user2283274
- 3
- 2
0
votes
2 answers
d3-js mouse wheel problems when activating and deactivating zoom behavior
I activate and deactivate the zoom behavior as seen in http://bl.ocks.org/benzguo/4370043 :
var zoom = d3.behavior.zoom().on("zoom", rescale)
// after adding the handler, the mouse wheel will still scroll the page
//…

Micha
- 302
- 3
- 12
0
votes
1 answer
Mfc Mousewheel not spinning spin button controlled textbox
I have a MFC application form as the figure:
And I was wondering why the mousewheel was working on the "Base angle:" field (for controlling the spin control), but not on the "Angle" and "Range" fields. Clicking directly on the spin buttons was…

sergiol
- 4,122
- 4
- 47
- 81
0
votes
0 answers
how to disable mousewheel scroll with jquery overlay
I have this code in a master page: