Linked by Thom Holwerda on Thu 10th Dec 2009 19:52 UTC
Thread beginning with comment 398976
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: Another scrolling "thing"
by ba1l on Fri 11th Dec 2009 00:41
in reply to "Another scrolling "thing""
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.
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:
2009-06-30
I'm a KDE user and a friend of mine who uses both Linux and Windows once told me about one curious thing that I had never noticed. In Windows (at least XP which is the last I've used) you can only use the scroll wheel in the active window. In KDE and I think that in Gnome too, you can scroll where you pointer is, independently of the focus of the window.
It's a completely different problem but I found it a curious behave.