-
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
First alteration of a text after pasting (ctrl+v) does not trigger 'change' event #554
Comments
Hi I tested it on Browser: Chrome 59 Can you check if the problem occurs in your case? |
Can you try pasting text into the editor using ctrl-v in step #1? It appears if the text is typed in it works as expected but not when its pasted. Thanks |
This is a known issue http://dev.ckeditor.com/ticket/13763 (First alteration to text after it is pasted in (ctrl+v) does not trigger 'change' event), but it happens only after paste, could you confirm that it is your case @dryzhkov? |
I can confirm that. When text is pasting |
Yep. Thats exactly what I am seeing. Looks like original bug was filed about 2 years ago. |
Thanks for confirming @dryzhkov. I altered issue title and description a little so it better describes the issue. |
@wojtekw92 please check what can be done about it. |
Are you reporting a feature or a bug?
Bug
Check if the issue is already reported
http://dev.ckeditor.com/ticket/13763
EDIT: We have quite a few issue related to change event handling.
a. I believe 3 below are all duplicates or are very close to each other and one fix could handle all 3 of them
https://dev.ckeditor.com/ticket/13763
https://dev.ckeditor.com/ticket/14675
https://dev.ckeditor.com/ticket/13005
b. When implementing the solution, it would probably be best to create in a way that it allows fixing below issues in the future:
https://dev.ckeditor.com/ticket/13235
https://dev.ckeditor.com/ticket/14329
https://dev.ckeditor.com/ticket/14386
c. There is also a pull request which is panned to be reviewed for CKEditor 4.7.2 - #308
Provide detailed reproduction steps (if any)
Expected result
Change event should be fired as the content of the editor is changed.
Actual result
Change event is not fired.
Other details
The text was updated successfully, but these errors were encountered: