diff --git a/common/content/events.js b/common/content/events.js index bbd7e806..3aae9ef1 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -693,7 +693,7 @@ const Events = Module("events", { && isinstance(elem, [HTMLInputElement, HTMLSelectElement, HTMLTextAreaElement, Window])) if (elem.frameElement) dactyl.focusContent(true); - else + else if (!(elem instanceof Window) || Editor.getEditor(elem)) elem.blur(); },