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 167762 - tabulator key is only usable one-time
tabulator key is only usable one-time
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
2.2.x
Other All
: High minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
: 316081 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-02-18 00:07 UTC by ungeschlagen
Modified: 2008-01-15 12:48 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description ungeschlagen 2005-02-18 00:07:14 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.
Comment 1 Sven Neumann 2005-02-18 10:01:30 UTC
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.
Comment 2 ungeschlagen 2005-02-18 17:14:23 UTC
all right
Comment 3 Alan Horkan 2005-05-20 14:26:02 UTC
fixed typo/spelling error in summary
Comment 4 Sven Neumann 2005-09-12 13:50:31 UTC
*** Bug 316081 has been marked as a duplicate of this bug. ***
Comment 5 Sven Neumann 2005-12-29 21:33:39 UTC
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.