Opened 12 years ago

Closed 12 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 12 years ago by Piotrek Koszuliński

Duplicates #7366.

comment:2 Changed 12 years ago by Jakub Ś

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy