diff --git a/content/events.js b/content/events.js index 31b60cb6..1922b831 100644 --- a/content/events.js +++ b/content/events.js @@ -428,6 +428,10 @@ function Events() //{{{ var stop = true; // set to false if we should NOT consume this event but let also firefox handle it + var win = document.commandDispatcher.focusedWindow; + if (win && win.document.designMode == "on") + return true; + if (vimperator.hasMode(vimperator.modes.MENU)) return true;