Make WordPress Core

Opened 21 years ago

Closed 21 years ago

Last modified 20 years ago

#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 &nbsp; If you go "oops, didn't mean to hit enter twice" and press backspace, you're starting a paragraph with <p>&nbsp;

I'd vote for not allowing blank paragraphs at all. "Code is poetry" and all.

Change History (2)

#1 @skeltoac
21 years ago

  • Resolutionfixed
  • Status newclosed

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.

#2 @(none)
20 years ago

  • Milestone 2.0

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.