GNOME Bugzilla – Bug 764384
When initiating a search by typing text, the first character is lost
Last modified: 2016-05-31 13:01:39 UTC
Created attachment 325036 [details] searchbar: use gtk_entry_grab_focus_without_selecting() This bug was introduced with commit 8332ecb2 (bug #757278). After typing the first character, the search entry appears with its content selected. Thus, the second character will replace the first. Using gtk_entry_grab_focus_without_selecting() fixes this bug. Furthermore, it does not effect the use of the keyboard accelerator.
Created attachment 325047 [details] [review] searchbar: use gtk_entry_grab_focus_without_selecting() Marked attachment as a patch.
Review of attachment 325047 [details] [review]: Looks good to me, thanks!
Committed after a few changes to the commit message.