﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8234	[Webkit]: Problems when pasting from Demo page	Jakub Ś		"First of all I'm not sure if this is not duplicate. [[BR]]
Since I haven't found any thing like that I'm reporting it.

I have found this issue when reproducing #8231.

   1. Go to http://ckeditor.com/demo, select all and copy it using CRTL+C
   2. Go to CKEditor sample (any sample)
   3. Clear editor contents using Command+A and Backspace
   4. Paste the demo contents using Command+V
   5. Now press few times the following combination: CRTL+A, Backspace, CRTL+V 

Result: Some parts of the code are duplicated what can be seen in elements path(See attachment)


**NOTE:**[[BR]]   
I have stripped down the demo code to 
{{{
<h1>
	<img alt="""" src=""http://a.cksource.com/c/1/inc/img/demo-little-red.jpg"" style=""margin-left: 10px; margin-right: 10px; float: left; width: 120px; height: 168px;"" />Little Red Riding Hood</h1>
<p>
	&quot;<b>Little Red Riding Hood</b>&quot; is a famous <a href=""http://en.wikipedia.org/wiki/Fairy_tale"" title=""Fairy tale"">fairy tale</a> about a young girl&#39;s ...</p>
<p>
	&nbsp;</p>
}}}
And this is the result after executing the above TC:
{{{
<p>
	&nbsp;</p>
<div style=""font-family: Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); "">
	<h1>
		&nbsp;</h1>
	<div style=""font-family: Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); "">
		<h1>
			&nbsp;</h1>
		<div style=""font-family: Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); "">
			<h1>
				&nbsp;</h1>
			<div style=""font-family: Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); "">
				<h1>
					&nbsp;</h1>
				<div style=""font-family: Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); "">
					<h1>
						&nbsp;</h1>
					<div style=""font-family: Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); "">
						<h1>
							<img alt="""" src=""http://a.cksource.com/c/1/inc/img/demo-little-red.jpg"" style=""cursor: default; margin-left: 10px; margin-right: 10px; float: left; width: 120px; height: 168px; "" />Little Red Riding Hood</h1>
						<p>
							&quot;<b>Little Red Riding Hood</b>&quot; is a famous&nbsp;<a href=""http://en.wikipedia.org/wiki/Fairy_tale"" title=""Fairy tale"">fairy tale</a>&nbsp;about a young girl&#39;s ...</p>
						<div>
							&nbsp;</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
<p>
	&nbsp;</p>
}}}
"	Bug	closed	Normal		General	3.0	invalid	Webkit	
