﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
6490,Shift-enter in <li> causes <p>,novasource,anonymous,"If I am in a list item (<li>), and I press shift-enter, the resulting tag should be a <br>.

If I press shift-enter twice, the resulting tags should be <br><br>.

Instead, WordPress is entering <p> tags.

E.g., here's what I should get:
{{{
<li>Text text text text.
<br>
<br>Text text text text.</li>
}}}

Instead, I get this:
{{{
<li>Text text text text.
<p>Text text text text.</p></li>
}}}
",defect (bug),closed,normal,,TinyMCE,2.3.3,normal,wontfix,,
