From 2bd819e98d85fbc5d463735afec53f3b5433fd2f Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Fri, 1 May 2015 06:32:02 +0100 Subject: Add extra information to GrabBackFocus' pushState helper --- content_scripts/vimium_frontend.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content_scripts') diff --git a/content_scripts/vimium_frontend.coffee b/content_scripts/vimium_frontend.coffee index c1a205f2..661ea1c4 100644 --- a/content_scripts/vimium_frontend.coffee +++ b/content_scripts/vimium_frontend.coffee @@ -135,8 +135,9 @@ class GrabBackFocus extends Mode # Pages can load new content dynamically and change the displayed URL using history.pushState. Since this can # often be indistinguishable from an actual new page load for the user, we should also re-start GrabBackFocus -# for these as well. +# for these as well. This fixes issue #1622. handlerStack.push + _name: "GrabBackFocus-pushState-monitor" click: (event) -> target = event.target while target -- cgit v1.2.3