Changes between Initial Version and Version 1 of Ticket #13327
- Timestamp:
- 05/10/10 22:06:07 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13327
- Property 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
-
Ticket #13327 – Description
initial v1 1 1 '''Steps to reproduce:''' 2 2 3 1. Log in as Contributor 4 2. Add a new post 5 3. Save as draft 6 4. Note that the content is wrapped in {{{<p>}}} tags in the textarea. 3 1. With JS on, change to the Visual Editor 4 2. Disable JS 5 3. Add a new post 6 4. Save as draft 7 5. Note that the content is wrapped in {{{<p>}}} tags in the textarea. 7 8 8 9 [[Image(http://img19.imageshack.us/img19/6363/screenshot20100510at524.png)]] 9 10 This does not happen with other roles, even with JS disabled. This does not happen with Contributors unless JS is disabled.11 10 12 11 '''Expected:'''
