﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12672	Pasting several double byte whitespace copied from firefox shrinks them to one single byte whitespace	Lukas Felber		"When copying 3 double byte whitespaces from Firefox and pasting them into a ckeditor field shrinks those 3 whitespaces to a single one. And that one is then a single byte whitespace (0x20) instead of a double byte whitespace (0x3000).

* Steps to reproduce:
1. create a html file with the following content: 
{{{
<html><title></title><body>
x&#12288;&#12288;&#12288;x
</body></html>
}}}
2. Open the file in Firefox and copy exactly the 3 whitespaces (without the X).
3. Paste into a ckeditor text field. (which browser does not seem to matter here)

* Actual output:

One single byte whitespace (0x20)

* Expected output:

Three double byte whitespaces (0x3000). Maybe it would also be acceptable to have 3 single byte whitespaces. But at least the number of characters should stay the same."	Bug	closed	Normal		General		duplicate	IBM	
