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 594998 - Keyboard shortcuts does not work for first image when dock is focused
Keyboard shortcuts does not work for first image when dock is focused
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
2.6.7
Other All
: Normal normal
: 2.6
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2009-09-12 12:51 UTC by Martin Nordholts
Modified: 2009-09-12 12:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martin Nordholts 2009-09-12 12:51:51 UTC
Image-related keyboard shortcuts does not always work when a dock is in focus, in particular when a new image has been created that is put in the empty-image-window

Step-by-step:
1. Start GIMP
2. Create a new image so that the empty-image-window is filled with an image
3. Set focus on a dock window
3. Press e.g. Ctrl+D for Image->Duplicate

Expected result:
The newly created image is duplicated

Actual result:
Nothing happens

The problem is that dock contexts does not listen to image changes, only display changes. I will commit a fix as soon as I have a bug number.
Comment 1 Martin Nordholts 2009-09-12 12:57:57 UTC
Fixed in master and gimp-2-6:

commit 8794d2481a9632f4d5fca9df1198c9e32c06f480
Author: Martin Nordholts <martinn@src.gnome.org>
Date:   Sat Sep 12 14:57:46 2009 +0200

    Bug 594998 - Keyboard shortcuts does not work for first image when dock is focused

    The dock needs to listen to image changes in the context and not only
    display changes since the introduction of the empty-image-window does
    not cause any display changes when creating the first image.

 app/widgets/gimpimagedock.c |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)