﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10766	[Webkit] Irresistible content when pasting into entirely selected editable	Olek Nowodziński		"1. Open replacebycode
2. Set the following HTML:
 {{{
<p>Hello world!</p>
<p style=""text-align:right""><a href=""#"">Wooo! I&#39;m so sticky!</a></p>
}}}
3. Select the paragraph:
 {{{
<p>[Hello world!]</p>
}}}
4. C-c
5. C-a
6. C-v
7. Switch to Source and back to WYSIWYG.

Note there's an unwanted paragraph aligned to the right at the end of editable:
{{{
<p>Hello world!</p>
<p style=""text-align:right"">&nbsp;</p>
}}}

Now remove the link from the original content and repeat all the steps. Use the following startup data:

{{{
<p>Hello world!</p>
<p style=""text-align:right"">Yay! I&#39;m not so sticky anymore!</p>
}}}

Result is just perfect:

{{{
<p>Hello world!</p>
}}}


"	Bug	confirmed	Normal		Core : Pasting	4.0			
