﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8932	Copy/paste from CKEditor to CKEditor inserts extra divs	hans_ch		"In Chrome 18 when doing copy/paste from a CK Editor to a CK Editor invalid nested extra DIVs are being inserted mixed with the P elements.

Steps to reproduce:

Go to: http://nightly.ckeditor.com/7480/_samples/replacebyclass.html

Content in the editor:
<p>
	This is some <strong>sample text</strong>. You are using <a href=""http://ckeditor.com/"">CKEditor</a>.</p>


1. Insert new paragraph at the end (hit return)
2. Select all (Ctrl+A) and copy (Ctrl+C)
3. Go to the end of the editor (the blank line)
4. Paste in the text (Ctrl+V) several times

When moving the cursor from one line to another the tag list at the bottom will show something like this:

BODY P P
or
BODY P DIV P

When swithing to source-mode and back again, an extra (empty) paragraph is inserted after the first line and all the lines after that has astrcture like this:

BODY DIV P

Appears in Chrome 18, and NOT in FireFox 11"	Bug	closed	Normal		Core : Pasting		duplicate		
