IE9-11 & Edge - setting editor to readOnly and pressing Ctrl+C removes selection. #1982
Labels
browser:edge
The issue can only be reproduced in the Edge (edgeHTML engine based) browser.
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.
resolution:duplicate
A duplicate of an already reported issue.
support
An issue reported by a commercially licensed client.
type:bug
A bug.
Type of report
Bug
Provide detailed reproduction steps (if any)
Ctrl+C
Expected result
It is possible to copy text.
Actual result
Selection dissapears.
Edge does that gracefully and throws:
https://docs.ckeditor.com/ckeditor4/latest/guide/dev_errors.html#range-startcontainer
https://docs.ckeditor.com/ckeditor4/latest/guide/dev_errors.html#range-endcontainer
https://docs.ckeditor.com/ckeditor4/latest/guide/dev_errors.html#selection-fake-reset
IE throws Unspecified error
selection.js
in line 2202. Code throwing error issel.addRange( nativeRange );
Other details
Please note this is the same ticket as #1916 I have decided to report a new one because it also has more visual impact on Edge.
The text was updated successfully, but these errors were encountered: