JiHong88 / suneditor

Pure javascript based WYSIWYG html editor, with no dependencies.
http://suneditor.com
MIT License
1.66k stars 307 forks source link

Error after paste text from Word to editor #1404

Open alfabravopl opened 1 month ago

alfabravopl commented 1 month ago

Hi, after paste whole page from Word to editor we got error: Uncaught TypeError: Cannot read properties of undefined (reading 'replace') core.js:5323

To Reproduce

  1. Open attached word file
  2. Select all and copy it
  3. Open for example: http://suneditor.com/sample/index.html :)
  4. Paste to editor

Main problem is that this error breaks events so i we have custom pasted code procesing it will not be fired
test_1.docx