You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: