JiHong88 / suneditor

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

List creation behaves strange in Firefox #1478

Open mondjunge opened 2 weeks ago

mondjunge commented 2 weeks ago

Lists behave strange on Firefox after clicking List -> Ordered List (or Unordered, doesn't matter) , typing will add Vertical letter above the list. After hitting Enter it will continue horizontally as new paragraph under the list

Steps to reproduce the behavior:

  1. Go to suneditor.com with Firefox
  2. Delete Content of editor
  3. Click on List -> Ordered List
  4. Type text
  5. Hit enter
  6. Type text
  7. See error

Peek 2024-11-06 16-51