Opened 9 years ago
Closed 9 years ago
#33151 closed defect (bug) (fixed)
Remove space from empty paragraphs
Reported by: | iseulde | Owned by: | markjaquith |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | TinyMCE | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
Attachments (1)
Change History (6)
#3
@
9 years ago
See https://github.com/tinymce/tinymce/blob/4.2.2/js/tinymce/classes/html/DomParser.js#L584.
TinyMCE fills empty paragraphs with a non breaking space.
Note: See
TracTickets for help on using
tickets.
Additionally [31878] only fixed this for Chrome, while this is an issue in all browsers (tested Chrome, Safari, Firefox and IE11). We have to insert a
<br />
all the time.