15

It happens to me so many times that I roll the scroll wheel over some scrollable element, but the thing DOES NOT SCROLL. What's worse, something else on another part of the screen may scroll.

I know very well why that happens. Windows is sending the command to the active element in the active window, i.e. the thing that has focus.
But that behavior is absurd. The focus is meant for the keyboard not for the mouse. If I click a mouse button, that click goes to whatever is under the mouse pointer, not to the focused element.
THE KEYBOARD IS THE ONE THAT NEEDS A FOCUSED ELEMENT, NOT THE MOUSE!!!

Anyways, enough protesting.
Is there any way of correcting this so it works in the logical and intuitive way? that is, to scroll the thing that's under the mouse pointer.

EDIT:
I'm looking for a general solution for all versions of Windows (at least from WinXP on) as the problem is present in all of them.

EDIT 2:
I'm aware of the X-mouse feature, but that's not what I need. I dont want other windows/elements to gain focus just because the pointer is over them, that's more an annoyance than not.

EDIT 3:
I'm looking for a solution that works at the gui-control level, i.e. scroll the specific element in the window that the mouse is pointing at (think about MDI windows like Windows Explorer with a left and center panel, etc.)

GetFree
  • 3,230

2 Answers2

12

In Windows 7 & 8 at least, type "change how" into the start menu/screen. You should see (under Settings on Windows 8) "Change how your mouse works". Select this and look for the option to "Activate a window by hovering over it with the mouse".

Now the window under the mouse will activate automatically after a short delay and scrolling will work as anticipated.

I'm not sure if this is available in earlier versions of Windows. Try looking under accessibility options in the Control Panel.


For the sake of completeness, lets list all the options:

  • Change the Ease of Access settings (as given above, works with at least Win7+, maybe others)
  • Use TXmouse as suggested by @Sean-Cheshire in the comments (last updated in 2005)
  • Change registry settings - see the question "Setting focus auto-raise and focus auto-raise delay in Windows 7"
  • Use WizMouse which has the advantage that it doesn't affect the window order like the other answers do. However, it does have some compatibility issues (see the web site). Supports Windows versions from 2000 to 7, not sure if 8 is supported.

UPDATE: From the "Update 2" in the question, I'd say that WizMouse is your best option as long as you can live with the limitations listed which seem to revolve around touchpad and Logitech issues.

Julian Knight
  • 14,749
  • 3
  • 31
  • 46
7

I use a wonderful little piece of freeware called Katmouse.