#1611 closed defect (bug) (fixed)
TinyMCE: blank paragraph issues
| Reported by: | markjaquith | Owned by: | markjaquith |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 1.6 |
| Severity: | normal | Keywords: | bg|needs-patch |
| Cc: | Focuses: |
Description
If you type a paragraph using TinyMCE and then hit enter twice, a paragraph is created with If you go "oops, didn't mean to hit enter twice" and press backspace, you're starting a paragraph with <p>
I'd vote for not allowing blank paragraphs at all. "Code is poetry" and all.
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Sorry, the editor doesn't work unless it creates paragraphs during the editing process. Paragraphs are now stripped unless they have attributes. wpautop() restores them on display.