﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
332	Hitting Enter after links continues the link in the new paragraph	hanki_pank	Martin Kou	"Handling of <a>-Tags within <li> is broken.
Reproduction at the nightly build just right now :

 1. Hit return for a new line.
 2. Press ""Insert Bulleted list"" - Button
 3. Press ""Insert Link"" - Button
 4. enter  www.blah.org as target and hit return to return back to gui
 5. Hit return to get new bullet.
 6. type ""asd"" 

provides as source :

{{{
<p>This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>.</p>
<ul>
    <li><a href=""http://www.blah.org"">www.blah.org</a></li>
    <li><a href=""http://www.blah.org"">asd</a></li>
</ul>
<p>&nbsp;</p>
}}}

Meaning, the <a>-Tag from the first bullet has been inherited by the second one, which is not what users expect, I guess.




"	Bug	closed	Normal	FCKeditor 2.5 Beta	UI : Enter Key	FCKeditor 2.4.2	fixed	Confirmed Firefox SD-COE	pkdille Jean-Marc Libs Nyloth
