﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12666	[IE9-11] Double-byte space disappears when pasting	Lukas Felber		"When copying multi-line text where each line starts with double byte white space(s) from Firefox and pasting into a ckeditor text field, the double byte white spaces are all dropped.

Steps to reproduce:
1. create a html file with the following content:
{{{
<html><title></title><body>
&#12288;1<br>
&#12288;&#12288;2<br>
&#12288;&#12288;&#12288;3
</body></html>
}}}
2. Open the file in firefox and copy all 3 lines.
3. Paste into a ckeditor text field (I'm currently using http://ckeditor.com/demo#inline for testing)

Actual behavior:[[BR]]
All double byte white spaces are dropped.

Expected behavior:[[BR]]
They should be retained.

Additional information:[[BR]]
If the same html file is opened in Chrome and copying happens from a Chrome browser, pasting into ckeditor text field succeeds as expected."	Bug	confirmed	Normal		General	4.0 Beta		IBM IE	
