Opened 13 years ago
Closed 13 years ago
#8867 closed Bug (duplicate)
'paste' event not fired when using browser's native paste menu
Reported by: | Damian | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IBM | Cc: | Satya Minnekanti, Teresa Monahan |
Description
CKEditor does not detect the browser's native 'paste' event and therefore doesn't notify listeners registered with editor.on('paste'...). E.g. when the user uses the menu Edit->Paste to paste content.
This means that config options such as config.forcePasteAsPlainText will not always be effective; however this is not limited to paste as plain text.
CKEditor should listen for 'paste' on the body of contenteditable and handle this like the CTRL+V event.
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Duplicates #7366.