JiHong88 / suneditor

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

weird formatting when copy-pasting from google docs #1347

Open s-kris opened 6 months ago

s-kris commented 6 months ago

I copied content from google docs into suneditor. formatting is messed up due to incorrect tag wrapping.

In short:

<p><strong>Sentence 1</strong> <br/>sentence 2</p> is pasted as <p><strong>Sentence 1<br/>sentence 2</strong></p>

How to reproduce:

  1. Open this doc: https://docs.google.com/document/d/1nW0Zlg2zCdzCPwCylGzOEBeKUghmX7x-/edit?usp=sharing&ouid=107970724833186089722&rtpof=true&sd=true
  2. Ctrl + A , Ctrl + C
  3. Go to suneditor.com and delete everything. Now Ctrl + V the contents into it.

Screenshots:

Screenshot 2023-12-27 at 8 50 48 PM Screenshot 2023-12-27 at 8 51 04 PM