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 472003 - Major find bar inconsistencies
Major find bar inconsistencies
Status: RESOLVED FIXED
Product: yelp
Classification: Applications
Component: Search
2.19.x
Other Linux
: Normal major
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-30 20:55 UTC by Reinout van Schouwen
Modified: 2008-01-14 09:33 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Reinout van Schouwen 2007-08-30 20:55:19 UTC
The Yelp find bar has a number of glaring inconsistencies with the find bars used in Epiphany and Evince:

- The order of Next and Previous is reversed
- The bar doesn't close on losing focus but requires clicking a close button (as if it is a tab or a window?!)
- It doesn't appear on typing '/' but only on Ctrl+F.

Please make the Yelp find bar consistent with the other GNOME applications.
Comment 1 Don Scorgie 2008-01-13 16:52:00 UTC
First part is done and committed.  Second part and third part ... I working on it ;)

Confirming on the basis of "I agree".
Comment 2 Don Scorgie 2008-01-13 19:34:17 UTC
See what happens when you pester me enough?  All fixed up nicely.

2008-01-13  Don Scorgie  <dscorgie@svn.gnome.org>

	* src/gtkentryaction.c: 
	* src/gtkentryaction.h: 
	* src/yelp-window.c: 
	Make / activate find
	Make find go away when losing focus (like epiphany)
Comment 3 Reinout van Schouwen 2008-01-14 09:33:13 UTC
Thanks!