﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6478	Silently insert an empty paragraph in Chrome	Stephane		"I just downloaded the latest nightly build revision 5942.

On Chrome 6.0.472.53, when I click in the editor content, with the lick on the FIRST !! line of content, it inserts an empty paragraph.

I do no editing at all. Only one click.

If the click is on the second line of content, or after the existing content, then the problem does not show up.

Before the click, the content is:

{{{
<p>
	Un petit essai de nl</p>
<p>
	et de br pour <a href=""/engine/modules/template/display.php?pageId=15"" target=""_self"">voir</a></p>
}}}

And after the problematic click, the content is:

{{{
<p>
	Un petit&nbsp;essai de nl</p>
<p>
	&nbsp;</p>
<p>
	et de br pour <a href=""/engine/modules/template/display.php?pageId=15"" target=""_self"">voir</a></p>
}}}

I tested it on Firefox version 3.6.8 and the problem did not show up.

I run a Linux Mint machine."	Bug	closed	Normal		General	3.4.2	fixed		
