From 7b187a90ad3c9b5453930c5c9835301891f9dbf2 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Thu, 12 Nov 2015 20:00:23 +0100 Subject: [PATCH] Don't consider `` elements can also receive text input: You may type the # text of an item to select it. element instanceof HTMLSelectElement or - element instanceof XULMenuListElement or - element instanceof XULTextBoxElement + element instanceof XULMenuListElement @@ -319,6 +322,7 @@ module.exports = { isContentEditable isProperLink isTextInputElement + isTypingElement getActiveElement blurActiveElement -- 2.39.3