﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6371	Chrome: Copy/Paste mangles Formatted text	Jude Allred		"1. go to CkEditor.com/demo

2. click 'new article'

3. focus the wysiwyg editor

4. set the formatting to 'formatted'

5. type <a><enter><b><enter><c><enter>

6. highlight ""b""

7. press ctrl+c

8. press ctrl+v

9. expected: no visual change

10. formatted text is now mangled.

expected source:
{{{
<pre>
a
b
c
</pre>
}}}

actual source:
{{{
<pre>
<span style=""display: none; ""> </span>a
</pre>
<pre>
b</pre>
<br />
<p>
	c</p>
<br />
}}}

See attached video."	Bug	new	Normal		General				
