Linked by Thom Holwerda on Thu 10th Dec 2009 19:52 UTC
Thread beginning with comment 398978
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: Another scrolling "thing"
by talaf on Fri 11th Dec 2009 00:49
in reply to "RE: Another scrolling "thing""
RE[2]: Another scrolling "thing"
by Cytor on Fri 11th Dec 2009 11:58
in reply to "RE: Another scrolling "thing""




Member since:
2007-09-08
Yep - All X-based UI systems (like KDE or Gnome) treat the mouse wheel event the same way they treat other mouse events - they go to the window underneath the cursor. Mac OS X behaves the same.
Windows treats it as a key press event, so it goes to the active window. Not only that, but it goes to the active control. If you have a window with multiple scrollable controls (Windows Explorer, for example, or a web page with an iframe in it) you have to click first to select the control, then scroll.