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 464702 - Panel dictionary won't get rid of "Find" tool
Panel dictionary won't get rid of "Find" tool
Status: RESOLVED FIXED
Product: gnome-utils
Classification: Deprecated
Component: gdict-applet
trunk
Other Linux
: Normal normal
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-08 13:57 UTC by Pedro Villavicencio
Modified: 2007-08-13 14:21 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Pedro Villavicencio 2007-08-08 13:57:09 UTC
This bug has been filled here: https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/130991

"Binary package hint: gnome-panel

I have added a dictionary lookup to my Gnome panel. When I type a word in and press enter, it pops up a box with results on that word. If I type Ctrl+F, it opens a find bar at the bottom of that box.
However, this leaves very little space in the window to view the results, and I can't get rid of it.
Ctrl+F again does nothing. If I hit escape while focus is on the text box of the find tool, it closes the whole box, and when I open it again, it won't allow me to click back into that text box."
Comment 1 Juan Carlos Inostroza 2007-08-08 14:00:44 UTC
Bug confirmed in Ubuntu Feisty.
Comment 2 Emmanuele Bassi (:ebassi) 2007-08-13 14:21:51 UTC
this happens because we use the Escape key to hide the applet and the find bar.

in gnome-utils 2.19.90, the find bar will auto-hide after 5 seconds of inactivity, and I've just committed a patch that will hide the find bar when hiding the window.