ibm-js / delite

HTML Custom Element / Widget infrastructure
http://ibm-js.github.io/delite/
Other
68 stars 28 forks source link

FormWidget: caret can jump to end of text while typing #500

Closed wkeese closed 5 years ago

wkeese commented 5 years ago

For a simple FormWidget subclass such as a TextBox, where focusNode and valueNode are the same <input>, typing into the <input> on IE11 will make the caret jump to the end of the text (even if it was in the middle of the text.

Only happens on IE11 on Windows 7 or Windows 8. Works on IE11 on Windows 10.