From c3ff01407be7befca1c8e4085dfb0567db87e4f7 Mon Sep 17 00:00:00 2001 From: Björn Date: Sat, 28 Apr 2012 23:10:36 +0200 Subject: blur input then hiding fuzzyMode fixes that vimium doesn't work anymore when you open the selection in a new tab because your typing will end up in fuzzy's input element --- fuzzyMode.js | 1 + 1 file changed, 1 insertion(+) diff --git a/fuzzyMode.js b/fuzzyMode.js index 37107a07..b6520e36 100644 --- a/fuzzyMode.js +++ b/fuzzyMode.js @@ -46,6 +46,7 @@ var fuzzyMode = (function() { hide: function() { this.box.style.display = 'none'; this.completionList.style.display = 'none'; + this.input.blur(); handlerStack.pop(); }, -- cgit v1.2.3