﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6805	Links get urlescaped on copy paste	Matti Järvinen		"Links get urlescaped on copy paste

1.
Enter following into CKEditor source view:
{{{
<p>
	This is some <strong>sample text</strong>. You are using <a href=""[url|FILE|28]"">CMS links</a>.</p>
}}}

2.
Copy in WYSIWYG mode. 

3.
Paste into editor

Copied content transforms into following
{{{
<p>
	This is some <strong>sample text</strong>. You are using <a href=""%5Burl%7CFILE%7C28%5D"">CMS links</a>.</p>
}}}

Tested on nightly 6182"	Bug	closed	Normal		Core : Pasting		worksforme		matti.jarvinen@…
