IE9-11 - setting editor to readOnly mode and pressing Delete throws unspecified error #1916
Labels
browser:ie9
The issue can only be reproduced in the Internet Explorer 9 browser.
browser:ie10
The issue can only be reproduced in the Internet Explorer 10 browser.
browser:ie11
The issue can only be reproduced in the Internet Explorer 11 browser.
regression
This issue is a regression.
status:confirmed
An issue confirmed by the development team.
support
An issue reported by a commercially licensed client.
target:minor
Any docs related issue that can be merged into a master or major branch.
type:bug
A bug.
Milestone
Are you reporting a feature request or a bug?
Bug
Provide detailed reproduction steps (if any)
EDIT: You can also use this codePen if you need online example.
Heading 1
and press Deleteselection_error.zip
Expected result
Nothing happens
Actual result
Many selection-fake-reset, selection-fake-reset and range-startcontainer errors are reported.
Also for IEs: Unspecified error gets thrown in
selection.js
in line2202
. Code throwing error issel.addRange( nativeRange );
Other details
According to the reporter:
It might a good tip to investigate.
Please note that problem can be reproduced from CKEditor 4.7.0. so this is rather new issue.
The text was updated successfully, but these errors were encountered: