GNOME Bugzilla – Bug 676328
Searching back and forth ...
Last modified: 2012-05-18 17:44:43 UTC
(1) Search something => search results are shown (2) Select the search term (using mouse, ctrl-a, ctrl-f or ctrl-s) (3) Search something else => view switches back to the overview
Created attachment 214391 [details] [review] shell: Fix resetting page selection When the page selection happens when another page selection hasn't started yet, we need to cancel the previous animation, or only one of them might be effectively acted upon. This fixes the page from being selected if the search term is changed quickly (you'd end up at the overview page instead of staying on the search results page). Requires the clutter patch from: https://bugzilla.gnome.org/show_bug.cgi?id=676334
Attachment 214391 [details] pushed as 948867b - shell: Fix resetting page selection
(In reply to comment #0) > (1) Search something > => search results are shown > (2) Select the search term (using mouse, ctrl-a, ctrl-f or ctrl-s) > (3) Search something else => works now \o/ (4) Try to get back to the overview (escape, ctrl-w) => nothing :(