JiHong88 / suneditor

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

strange generated HTML #1434

Open rozek opened 1 month ago

rozek commented 1 month ago

Describe the bug When looking into the HTML the SunEditor generates, I am surprised by the amount of "strange" HTML code I find.

To give some examples

To Reproduce (sorry, I cannot reproduce - there are too many of them and I usually find them long after they have been created)

SunEditor-Bug

SunEditor-Bug

rozek commented 1 month ago

The unwanted <br> tag may be related to https://github.com/JiHong88/suneditor/issues/1317 and https://github.com/JiHong88/suneditor/issues/189

Additional note: if the explicit replacement of whitespace by <br> was motivated by the current cut/cop/paste behaviour, solving the clipboard problem may also allow that replacement to be removed again...