GNOME Bugzilla – Bug 698205
query-editor: Don't grab focus if we already have it
Last modified: 2013-04-17 14:54:32 UTC
IMs are very finicky...
Created attachment 241750 [details] [review] query-editor: Don't grab focus if we already have it Grabbing the focus to a GtkEntry causes its selection to be set which in turn causes it to reset the IM context. Avoid doing that when we already have the search entry focused to not mess the IM context.
Review of attachment 241750 [details] [review]: Looks good, please push to gnome-3-8 and master.
Thanks for the review! Attachment 241750 [details] pushed as c291a26 - query-editor: Don't grab focus if we already have it