GNOME Bugzilla – Bug 710531
Search returns too few results after using Backspace
Last modified: 2014-07-19 21:02:21 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.
*** This bug has been marked as a duplicate of bug 732416 ***