From f669001182df79cc75d35e074617fef30209fc7c Mon Sep 17 00:00:00 2001 From: gdh1995 Date: Sun, 28 Jan 2018 16:02:50 +0800 Subject: on vomnibar hiding, blur input first This should fix an IME status issue (#2924). --- pages/vomnibar.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/vomnibar.coffee b/pages/vomnibar.coffee index 8c790ca8..ec5f818f 100644 --- a/pages/vomnibar.coffee +++ b/pages/vomnibar.coffee @@ -57,6 +57,7 @@ class VomnibarUI # This ensures that the vomnibar is actually hidden before any new tab is created, and avoids flicker after # opening a link in a new tab then returning to the original tab (see #1485). hide: (@onHiddenCallback = null) -> + @input.blur() UIComponentServer.postMessage "hide" @reset() -- cgit v1.2.3