﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3206	FF adds excessive <br> tags on enter	Damian		"Steps to reproduce:[[BR]]
1. Open nightly build (3275 as of writing) [[BR]]
2. Add text followed by Enter key a number of times e.g. (a ENTER b ENTER c ENTER) [[BR]]
3. Examine HTML [[BR]]

Expected behavior: [[BR]]
New lines are wrapped with a <div> only [[BR]]

Actual result: [[BR]]
Firefox only: Excessive <br/> tags are appended within the dom e.g.:[[BR]]

{{{
<p>
	a<br />
	<br />
</p>
<p>
	b<br />
</p>
<p>
	c<br />
</p>

}}}


"	Bug	closed	Normal	CKEditor 3.0	General		duplicate	IBM	
