﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5305	souce-mode: <br /> that following a textNode are moved behind next element	agito		"Got to demo. Switch to source mode. Insert this:

{{{
<p>
line one<br />
<br />
<img src=""http://a.cksource.com/c/1/inc/img/demo-little-red.jpg"" /><br />
line four
</p>
}}}

Switch to wysiwyg and back to source mode. Now source is:

{{{
<p>
line one<img src=""http://a.cksource.com/c/1/inc/img/demo-little-red.jpg"" /><br />
<br />
<br />
line four
</p>
}}}

Tested with IE8 and FF 3.6.
This is even the case in niglty build (5228)
"	Bug	closed	Normal		Core : Parser		worksforme		rg@…
