﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7381	WebKit: Element styles are lost when preceding empty paragraph is removed	Wiktor Walc		" 1. Start with the following content and selection:
{{{
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	<span style=""color: #0070c0"">^This should be blue.</span></p>
}}}
 2. Press backspace to remove the middle line
 3. Result:
{{{
<p>
	&nbsp;</p>
<p>
	This should be blue.</p>
}}}
 Note: the blue color is gone."	Bug	closed	Normal		General	3.5	worksforme	WebKit	Michael Camden
