﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6751	Paste from Word - Leading space disappears (in formatted block)	Frédéric Arène	Garry Yao	"When I paste from Word formatted text like this one :
{{{
<span>A b<b> c d</b></span>
}}}

it outputs this in CKEditor :
{{{
<p>
	A b<b>c d</b></p>
}}}

...with the formatting rendered, it's like that :
A b''' c d''' -> A b'''c d'''

The space betwwen 'b' and 'c' disappeared, (probably somewhere in the htmlWriter)."	Bug	closed	Normal	CKEditor 3.5.3	Plugin : Paste from Word	3.2	fixed		farene@…
