﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12410	[Blink, Webkit] Pasting plain text into styles text is causing text formatting lost.	Sufian Saory		"Copying plain text, say from notepad, and pasting into editor in Chrome is causing the text format to be messed up.

'''Steps to reproduce:'''
1. use the attached sample html file
2. copy some text from notepad.
3. paste into editor

'''Browser and OS:'''
1. Google Chrome
2. Windows 8
----
**Edit:**
1. Use Blink or Webkit browser
2. Load any sample and switch to source mode
3. Paste below code and switch to wysiwyg
{{{
<table >
	<tbody>
	<tr>
		<td>
			<span style=""font-size:23pt"">explorer deliver</span>		
		</td>
	</tr>
	</tbody>
</table>
}}}
4. Type ""some text"" in notepad and copy this text with ctrl+C
5. Paste this text in {{{explorer del^iver}}}
**Result:** Span is removed.

This problem can be reproduced in Blink and Webkit brwosers from CKEditor 4.0. I was able to reproduce this in Windows and Linux but not Mac."	Bug	confirmed	Normal		Core : Pasting	4.0		Blink Webkit	
