medium-editor icon indicating copy to clipboard operation
medium-editor copied to clipboard

Paste Extension: keyboard shortcut paste not working when forcePlainText is set to `true`

Open nina-rafieifar opened this issue 3 years ago • 0 comments

Description

When you use the clipboard event everything works just fine. It's when you paste using cmd+v or ctrl+v that it doesn't work. However, if I set the forcePlainText is set to false it will work. But then it does paste all the styling and tags with it. I couldn't use any of the other configs to remove the tags and stylings either to get around this issue.

Steps to reproduce

  1. Set the forcePlainText to true
  2. Paste using keyboard commands (cmd + v)
  3. Subscript to the editablePaste event
  4. Nothing is pasted to the input area but the event is fired. Basically the event passed down to the function is different from the event passed down when you paste using the clipboard.

Expected behavior: [What you expected to happen]

Pasting text with cmd+v should work using the default values (forcePlainTextset totrueandcleanPastedHTMLtotrue`). It also should remove all the stylings, tags and other attributes and paste it as a plain text by default.

Actual behavior: [What actually happened]

cmd+v doesn't work.

Versions

  • medium-editor: 5.23.3
  • browser: Chrome, Safari
  • OS: MacOS

nina-rafieifar avatar Jun 24 '21 14:06 nina-rafieifar