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 606209 - Search does not allow the user to correct typos
Search does not allow the user to correct typos
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-01-06 14:44 UTC by drago01
Modified: 2010-01-06 21:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[search] Show "No matching results" if that's the case (2.19 KB, patch)
2010-01-06 20:02 UTC, Colin Walters
committed Details | Review

Description drago01 2010-01-06 14:44:42 UTC
When searching for an app a corrected typo results into no results displayed.

Example:

User searches for "Firefox" but types "Fireg", so he presses backspace to correct it.

In this case it shows the number of Apps and Preferences but the actual results aren't displayed (i.e invisible).

The search has to be restarted to show correct results.
Comment 1 Colin Walters 2010-01-06 20:02:57 UTC
Created attachment 150928 [details] [review]
[search] Show "No matching results" if that's the case

This also fixes backtracking from no matching results.
Comment 2 drago01 2010-01-06 21:15:47 UTC
Review of attachment 150928 [details] [review]:

Looks good to me, and fixes the problem (also showing "No matching results." is way better than just an empty area).