GNOME Bugzilla – Bug 167762
tabulator key is only usable one-time
Last modified: 2008-01-15 12:48:07 UTC
Distribution/Version: XP When I use the tabulator key to make dialogs unvisible, I can´t reuse the the key right away for revisible the same. At first I must click on the open window then it happens. That is ok but I find this is a little point who can add more comfort.
Hitting the Tab moves focus away from the image window, so you first need to focus the image window again. This is indeed annoying and should be improved.
all right
fixed typo/spelling error in summary
*** Bug 316081 has been marked as a duplicate of this bug. ***
Should be addressed by the following two changes. I would however not be surprised if it turns out not to work on the Win32 platform. 2005-12-29 Sven Neumann <sven@gimp.org> * app/widgets/gimpdialogfactory.[ch]: split gimp_dialog_factories_toggle() into two functions. Turned the tri-state into a simple boolean state. Dialogs are now either shown or not, without treating the toolbox any special. * app/actions/dialogs-commands.c * app/display/gimpdisplayshell-callbacks.c: changed accordingly. 2005-12-29 Sven Neumann <sven@gimp.org> * app/widgets/gimpdialogfactory.c (gimp_dialog_factories_show_foreach): fiddle with the "focus-on-map" window hint to prevent the dialogs from grabbing the focus away from the image window. Fixes bug #167762 for window managers supporting this hint. * app/display/gimpdisplayshell-callbacks.c: removed redundant call to gdk_window_focus() that wasn't having the desired effect anyway.