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 684023 - Find bar seemingly does bogus search if 'case sensitive' option is pressed
Find bar seemingly does bogus search if 'case sensitive' option is pressed
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-09-14 13:36 UTC by Xan Lopez
Modified: 2012-12-09 15:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't initiate a search if there is no search string (1.08 KB, patch)
2012-12-09 13:51 UTC, William Jon McCann
none Details | Review
Fix empty search handling (1.75 KB, patch)
2012-12-09 14:21 UTC, William Jon McCann
none Details | Review
Don't perform empty searches when toggling case matches (796 bytes, patch)
2012-12-09 15:49 UTC, William Jon McCann
committed Details | Review

Description Xan Lopez 2012-09-14 13:36:53 UTC
To reproduce:

- Ctrl+F
- Do not type anything in the entry box
- Press the 'case sensitive' option
- The status message in the bar will change to "Not found", but there's nothing to be searched

Looks like a bug to me.
Comment 1 William Jon McCann 2012-12-09 13:51:17 UTC
Created attachment 231068 [details] [review]
Don't initiate a search if there is no search string
Comment 2 William Jon McCann 2012-12-09 14:21:47 UTC
Created attachment 231069 [details] [review]
Fix empty search handling
Comment 3 William Jon McCann 2012-12-09 15:49:00 UTC
Created attachment 231082 [details] [review]
Don't perform empty searches when toggling case matches