Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy/paste data in read-only mode in IE8-11 results in error #1184

Closed
jswiderski opened this issue Nov 20, 2017 · 3 comments
Closed

Copy/paste data in read-only mode in IE8-11 results in error #1184

jswiderski opened this issue Nov 20, 2017 · 3 comments
Assignees
Labels
browser:ie The issue can only be reproduced in the Internet Explorer browser. 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

Comments

@jswiderski
Copy link
Contributor

jswiderski commented Nov 20, 2017

Are you reporting a feature request or a bug?

Bug

Check if the issue is already reported

These are not duplicates but very similar issues:

Provide detailed reproduction steps (if any)

  1. Open the read-only sample
  2. Make editor read-only
  3. Select some text in editor (after making it read-only)
  4. Press Ctrl+V

Expected result

Nothing happens

Actual result

After pressing Ctrl error is thrown:

Error:
Message: Unspecified error
Line: 2185
URI: ckeditor/code/selection.js
Code:

// Select the range.
sel.addRange( nativeRange );

Other details

  • Browser: IE8-11
  • OS: Windows
  • CKEditor version: IE11 - 4.7.1; IE8 - 4.7.0
  • Installed CKEditor plugins: full preset was used
@jswiderski jswiderski added status:confirmed An issue confirmed by the development team. support An issue reported by a commercially licensed client. type:bug A bug. labels Nov 20, 2017
@mlewand
Copy link
Contributor

mlewand commented Jan 11, 2018

It might be related to #1181.

@mlewand mlewand added the target:minor Any docs related issue that can be merged into a master or major branch. label Jan 11, 2018
@mlewand mlewand changed the title copy/paste data in read-only mode in IE8-11 results in error. Copy/paste data in read-only mode in IE8-11 results in error Mar 19, 2018
@jacekbogdanski
Copy link
Member

jacekbogdanski commented Mar 19, 2018

This bug has been fixed with #1692. It's not related to #449, #888, #1181, https://dev.ckeditor.com/ticket/11825 (issues have not been fixed with mentioned PR).

@jacekbogdanski jacekbogdanski self-assigned this Aug 9, 2018
@mlewand mlewand added browser:edge The issue can only be reproduced in the Edge (edgeHTML engine based) browser. browser:ie The issue can only be reproduced in the Internet Explorer browser. and removed browser:edge The issue can only be reproduced in the Edge (edgeHTML engine based) browser. labels Aug 9, 2018
@Comandeer Comandeer added this to the 4.10.1 milestone Aug 10, 2018
@mlewand
Copy link
Contributor

mlewand commented Aug 10, 2018

A fix for this issue is ready and has been merged to our upcoming release. It will be available in 4.10.1.

However you can already see it on CKEditor preview builds.

I have forked the original codepen so that it uses preview CKE4 build here: https://codepen.io/mlewand/pen/rroRGQ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser:ie The issue can only be reproduced in the Internet Explorer browser. 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.
Projects
None yet
Development

No branches or pull requests

4 participants