-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Paste problem with CKEditor 4.7.0 #472
Comments
I'll try to reproduce it in the examples section, in the meantime I provide a screenshot about how the 4.4.0 version of the CKEditor software works in our system. The root issue in #479 seems to be similar. The |
Ok we're waiting for the steps then, because screens won't give us too much of a value now. Try to provide repro steps on one of our CKEditor demos. |
Is the editor inside a table? If yes, this is the same bug as here: #460 |
The text boxes are inside nested |
Are you reporting a feature or a bug?
Bug
Provide detailed reproduction steps (if any)
The screenshots provide pictures about the debugging process. Trying to insert the word "Thank" from the clipboard, in ckeditor.js the
this.$.innerHTML
contains the full document body, which gets overwritten. In the second and third picture the steps after the insert are visible.Expected result
The content from the clipboard gets inserted to the location of the cursor
Actual result
The whole document gets wiped out
Other details
The text was updated successfully, but these errors were encountered: