diff options
Diffstat (limited to 'ext/js/dom/document-util.js')
-rw-r--r-- | ext/js/dom/document-util.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/js/dom/document-util.js b/ext/js/dom/document-util.js index 80081aca..393ef294 100644 --- a/ext/js/dom/document-util.js +++ b/ext/js/dom/document-util.js @@ -36,6 +36,7 @@ class DocumentUtil { switch (element.nodeName.toUpperCase()) { case 'IMG': case 'BUTTON': + case 'SELECT': return new TextSourceElement(element); case 'INPUT': imposterSourceElement = element; |