24

Microsoft Office applications on Windows behave like Mac OS - if a window does not have input focus, then clicking one of its buttons only focuses the window and you have to click again to activate the button (or other control).

This would be annoying enough if it was consistent with other apps, but it's not even consistent with other Microsoft apps like Explorer.

This post "First mouse click sets focus but is otherwise ignored" describes the problem well but the moderator didn't get it, and it has been ignored.

This one "Windows requires a click to activate a window before a second click will select a button. How can I change this?" was about developing code rather than general user configuration.

One workaround is to enable "Activate a window by hovering over it with the mouse" from the Control Panel, but that is not to everyone's taste and changes the behaviour of the whole desktop rather than just fixing the broken apps.

Is there a way to stop Office apps ignoring click on unfocussed window without changing the behaviour of the whole desktop?

Denis Howe
  • 385
  • 2
  • 10

2 Answers2

1

I'm pretty sure that the handling of mouse click activation is up to the application and is not configurable at a system wide level.

http://msdn.microsoft.com/en-us/library/hae1hxka.aspx

0

This may not be quite what you are after, but it seems to work for me.

http://www.howtogeek.com/howto/windows-vista/switch-windows-by-hovering-the-mouse-over-a-window-in-windows-vista/

It switches focus to the window the mouse is currently over. For Office, this is effectively that 'first click' to gain focus. The (possibly unfortunate) side effect is that anything you hover over comes to the front - just like you clicked on it.

Jimbo
  • 1