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 710531 - Search returns too few results after using Backspace
Search returns too few results after using Backspace
Status: RESOLVED DUPLICATE of bug 732416
Product: gnome-shell
Classification: Core
Component: search
3.12.x
Other Linux
: Normal minor
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-10-20 00:19 UTC by Michael Catanzaro
Modified: 2014-07-19 21:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Catanzaro 2013-10-20 00:19:12 UTC
Search returns too few results after using Backspace.  To reproduce, search for "libreoffice" - you should get several results. (If you don't have LO but have the GNOME games, another reproducer would be the word "strategy".) Now type one extra character; all the results should disappear. Backspace once, so the search is again "libreoffice".  Only the first result displays.  I should instead see the same results as previously.

The issue seems to be a bug with the width of the GridSearchResults _bin member (searchDisplay.js). After its actor is hidden, the width is (presumably correctly) extremely small, causing getMaxDisplayedResults to return 1.
Comment 1 Michael Catanzaro 2014-07-19 21:02:21 UTC

*** This bug has been marked as a duplicate of bug 732416 ***