﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10940	[FF] contenteditable false prevents removing line breaks	Matt Butler		"When a tag with contenteditable=false is directly preceded by a BR, P, or DIV tag said tags cannot be removed.

{{{
<br />
<span contenteditable='false'>test</span>
}}}

I can occasionally click the margin to the left of the span and backspace the BR, but it's not dependable. It cannot be deleted from the end of the previous line at all.  Deleting the SPAN will also delete the BR. Adding any printable character between the BR and SPAN will allow the BR to be removed.

Tested in chrome and firefox.[[BR]]
It IS working is IE8 of all browsers...

----

**UPDATE:** [[BR]]
This issue is only valid for TC mentioned in comment:1 for Firefox. In all other cases editor does the same thing as native code in browser does.

Problem occurs in both CKE 3.x and 4.x (4.2.1 at the time of writing)"	Bug	confirmed	Normal		General	3.5.1			
