﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8096	Firefox: Additional </br> added after clicking legend in fieldset and switching to Source mode	Krzysztof Studnik		"When focus is set in legend of a fieldset, and then mode is switched to source and back, additional {{{</BR>}}} is added to fieldset. 
=== Environment ===
linked with #6804 , Firefox 4/5b
=== TC ===
 1. Paste following code into editor
{{{
<fieldset> <legend>caption</legend> <p>keep going, CKeditor!</p> </fieldset>
}}}
 1. Switch mode to WYSIWYG
 1. Set caret in ""caption""
 1. Switch to source
 1. Repeat steps 2-4, two times
=== Actual result ===
Additional {{{</br>}}} added
{{{
<fieldset>
	<legend>caption</legend><br />
	<br />
	<br />
	<p>
		keep going, CKeditor!</p>
</fieldset>
}}}"	Bug	confirmed	Normal		Core : Parser	3.5.1		Firefox	
