If you have an editor in IE11 that has placeholder text (via the placeholder attribute), then the browser will crash when a field is first focused.
The crash happens in rangy, when nativeSelection.removeAllRanges() is called. This is called by rangy.saveSelection() from within TextArea.js in the startPollingForValueChange function.
If you have an editor in IE11 that has placeholder text (via the placeholder attribute), then the browser will crash when a field is first focused.
The crash happens in rangy, when nativeSelection.removeAllRanges() is called. This is called by rangy.saveSelection() from within TextArea.js in the startPollingForValueChange function.