After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 742252 - Incorrect handling of window focus and keyboard input if Window Action Key is set to Disabled
Incorrect handling of window focus and keyboard input if Window Action Key is...
Status: RESOLVED OBSOLETE
Product: mutter
Classification: Core
Component: general
3.14.x
Other Linux
: Normal minor
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2015-01-03 10:01 UTC by Bruce Pieterse
Modified: 2018-01-25 11:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bruce Pieterse 2015-01-03 10:01:21 UTC
Focusing of a window only occurs if you click on the title bar (sometimes) but in most cases the window will only focus when you are moving the application (gnome and non-gnome) instead of any area inside of window which is the correct behaviour.

Mouse interaction works if there are drop-downs and input boxes, meaning you can select and change items with the mouse, but the window still has no focus. If the window has an input box for keyboard interaction, typing in the window after clicking the input box, redirects keyboard input to the last application that has focus, or if no other application is open, no keyboard input is shown.

Steps to reproduce
- Install Ubuntu Gnome
- Set Window Action Key to Disabled in Gnome Tweak Tool
- Ensure Focus Mode is set to Click (default)
- Open two applications
- Try typing in one window and then the other

Additionally, doing the following does not work as well:
- Creating a new user account and setting the Window Action Key = disabled and Focus Mode = Click . Tested only Ubuntu Gnome 14.10 + Main + Staging PPA.
- Setting Window Action Key = disabled and Focus Mode = Click and logging out or rebooting and logging in again. Tested only Ubuntu Gnome 14.10 + Main + Staging PPA.

This was originally filed here: https://bugs.launchpad.net/ubuntu-gnome/+bug/1407085 and also has a video available to demonstrate the problem.
Comment 1 Rui Matos 2015-01-06 14:07:05 UTC
Couldn't reproduce. Can you try on a different distro, perhaps using a live CD?
Comment 2 Bruce Pieterse 2015-01-11 13:13:21 UTC
I can confirm that this is not present with Fedora 20 and mutter 3.12.2 using Richard Hughes repo to get Fedora updated to Gnome 3.12 (http://fedoramagazine.org/running-gnome-3-12-on-fedora-20/). The bug is however present in Fedora 21 and is reproducible.
Comment 3 Florian Müllner 2018-01-25 11:09:34 UTC
Sounds like it was fixed between 3.10 and 3.12 then ...