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 612618 - Font selection remains visible
Font selection remains visible
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
2.6.7
Other Windows
: Normal normal
: 2.6
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2010-03-11 19:22 UTC by siege.cg
Modified: 2010-06-22 18:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description siege.cg 2010-03-11 19:22:23 UTC
The font selection drop down remains visible and on top of other windows when another window is selected.
Comment 1 Michael Natterer 2010-06-20 22:57:30 UTC
Exactly which font selection dropdown do you mean?
Comment 2 siege.cg 2010-06-21 15:30:44 UTC
In the Toolbox, the font selection drop down. 
If I Alt-Tab to another program window, the drop down remains on top and visible, though GIMP isn't.
Comment 3 Michael Natterer 2010-06-22 18:14:00 UTC
Fixed in master and 2-6:

commit c36bafdd7a32cdb1fea211295ffa1f8d0e8743ec
Author: Michael Natterer <mitch@gimp.org>
Date:   Tue Jun 22 20:07:50 2010 +0200

    Bug 612618 - Font selection remains visible
    
    Connect to "grab-notify" and "grab-broken-event" and close the popup
    when the grab is lost.
    (cherry picked from commit 2a984ef51f1679acd7c73163c633fdc8470058f2)

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