Opened 3 years ago

Last modified 3 years ago

#13327 new defect (bug)

Post editor puts content through wpautop() before displaying it to users without JS enabled — at Version 1

Reported by: markjaquith Owned by:
Priority: low Milestone: Future Release
Component: Editor Version: 3.0
Severity: normal Keywords:
Cc:

Description (last modified by markjaquith)

Steps to reproduce:

  1. With JS on, change to the Visual Editor
  2. Disable JS
  3. Add a new post
  4. Save as draft
  5. Note that the content is wrapped in <p> tags in the textarea.

http://img19.imageshack.us/img19/6363/screenshot20100510at524.png

Expected:

No paragraph tags are added.

Change History (1)

  • Description modified (diff)
  • Summary changed from Post editor puts content through wpautop() before displaying it to Contributors without JS to Post editor puts content through wpautop() before displaying it to users without JS enabled

This happens because

Note: See TracTickets for help on using tickets.