﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13583	dataTransfer.getData() should return content within <body>	Piotrek Koszuliński	Piotr Jasiun	"Currently two things are done:

* <meta> tag is removed,
* only content within `<!--StartFragment-->` and `<!--EndFragment-->` is returned.

Both things happen only on Chrome and Windows is mentioned in comments and both these things are wrong.

Expected result:

1. <meta> tag is removed on all browsers. It's not necessarily just Chrome (as well as Start/EndFrag comments) thing and nothing bad will happen if we remove it.
2. Only content within `<body>` tags should be returned. We noticed that sometimes valuable tags are outside of StartEndFrag comments (e.g. when pasting from Excel). What's more – sometimes these comments do not exist (e.g. when pasting from Pages or Preview), because they are Windows thing, but content still contains full HTML with `<body>` and `<head>`. Note - `<body>` may have attributes. Finally, this must be done again on all browsers. Firefox on Mac yields exactly the same content as Chrome and I presume that it will be a thing on Windows soon too.
3. Remove the StartEndFrag comments. I don't think we need them."	Bug	closed	Normal	CKEditor 4.5.2	Core : Pasting	4.5.0	fixed		
