﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14765	Copying from IE divarea editor to Chrome/Firefox in results in full nodes path.	Jakub Ś		"== Steps to reproduce ==

1. Open any sample page say api.html in Chrome and set {{{pasteFilter}}} config to null and {{{allowedContent}}} to true.
{{{
CKEDITOR.replace( 'editor1', {
	allowedContent : true,
	pasteFilter : null,
...
}}}
2. Open http://ckeditor.com/demo#div in IE browser and copy two paragraphs
3. Paste the content in api.html page which is opened in chrome and go to Source mode

== Expected result ==

Only two paragraphs get pasted.

== Actual result ==

It looks like paragraph plus every node above/below also get pasted.


== Other details (browser, OS, CKEditor version, installed plugins) ==
This is a special case where you need to disable {{{pasteFilter}}} to get this result. User who reported it, does some paste filtering on his own but he can't really do much in this case as he doesn't know what the original selection from other browser was.

This doesn't happen in native contenteditable thus I have decided to report it.


Problem can be reproduced when copying from IE and pasting into Chrome or Firefox.
"	Bug	confirmed	Normal		General	4.5.0			
