Opened 9 years ago
Closed 9 years ago
#14635 closed Bug (duplicate)
Pasting into ckeditor will prevent the "change" event from firing for the first subsequent keypress
Reported by: | Kevin Kamel | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Visit https://jsfiddle.net/kamelkev/af6495xf/3/ which attaches a handler for the change event which replicates the content into a div
- Copy arbitrary content (text, image, does not matter)
- Paste content into CKEditor
- Press a single key, observe that the change event has not fired
- Press a second key, observe that the change event has fired and the content area has updated with both the first and second key.
Expected result
I expect that when CKEditor has a change in the content that the change event will be fired.
Actual result
CKEditor fails to fire the change event for the very first key after pasting in content.
Other details (browser, OS, CKEditor version, installed plugins)
I have tested on 4.5.4, 4.5.8 and 4.5.9 - all are affected. Browser does not matter. The jsfiddle uses a stock ckeditor configuration, there are no special circumstances to reproducing this issue, it appears to happen in all browsers.
I do not know how to properly tag this ticket, please update the tagging as you see fit.
I have attached a file that is identical to what is on jsfiddle, along with an animated gif displaying the issue.
Attachments (2)
Change History (3)
Changed 9 years ago by
Attachment: | reproduce.html added |
---|
comment:1 Changed 9 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Version: | 4.5.9 |
This is actually a DUP of #13763.
I will forward it to the team.
simple demo displaying bug