GNOME Bugzilla – Bug 567333
Using tab to toggle docked "utility windows" does not bring focus back to GIMP image window
Last modified: 2014-12-26 14:05:53 UTC
This problem occurs on Windows Vista Home Premium with SP1. Upon pressing Tab to make the (previously hidden with the Tab key) docks reappear, the focus moves to one of the docks (in my case, the Layers, Channels, Paths, Undo - Brushes, Patterns, Gradients dock seems to be the usual suspect). I would expect the focus to remain on the main window. When using the Tab key to toggle the visibility of docked "utility windows", the focus should remain with the main (image) window instead of jumping to a restored dock. Other information:
Yep. Seems to happen on the Windows platform, at least.
*** Bug 579264 has been marked as a duplicate of this bug. ***
2.6.6 on Linux does not have this problem, but has one minor problem: Bug 579333.
Confirming this for GIMP 2.8.2 Win7, 32 bit in the well-know multi-window mode. A workaround for the new GIMP 2.8 and newer is the new single-window mode. You can toggle it in the Windows menu and it works immediately. Does this help you and can thus the bug be closed? Your answer within the next 6 weeks is appreciated. Thank you.
Yes, single window mode has no such problem. And toggling toolboxes with tab also works in this mode. Tried in 2.8.0.
This should fix it, in master and 2-8. Please reopen if it's still broken. commit ed7896a8387760c7a540b86182a087a519b3e4af Author: Michael Natterer <mitch@gimp.org> Date: Wed Oct 29 23:30:45 2014 +0100 Bug 567333 - Using tab to toggle docked "utility windows" does not... ...bring focus back to GIMP image window When showing docks in multi-window-mode, try to set the keyboard focus back to the active display because it might have been stolen by a dock. (cherry picked from commit 225a0ce27c5b878edf9f8c3f5cae15bcf474259e) app/display/gimpimagewindow.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+)
*** Bug 739726 has been marked as a duplicate of this bug. ***