Opened 10 years ago
Last modified 5 years ago
#29956 new defect (bug)
Paragraphs within list items disappear in the editor when switching from text to visual and back
Reported by: | brunni | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.0 |
Component: | Formatting | Keywords: | needs-patch needs-unit-tests |
Focuses: | Cc: |
Description
On a fresh wordpress 4.0 in the editor when I enter
<ol>
<li>a<p>b</p>
</ol>
or
<ol>
<li>a
b
</ol>
and switch from text to visual and back, I get
<ol>
<li>ab</li>
</ol>
Change History (4)
This ticket was mentioned in Slack in #core by jorbin. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
@iseulde - Could you take a look here. I was able to replicate it. It seems to work going into tinymce, but when switching out of tinymce, the paragraph tag is lost.