﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4668	bug on editing justified paragraphs	chaimkeller		"When editing a justified paragraph using ckeditor 3.0.1 (also fckeditor, last version), any editing that will alter the justification of the first line adds spaces to the beginning of the paragraph.  This ruins the justification of the paragraph.

This bug can be reproduced on all browsers that I tested (Firefox, IE, Opera) and all operating systems tested by myself including Windows Vista, Windows XP, Linux (Centos 5.2).

For example:[[BR]]
html before edit: 

{{{
<p style=""text-align: justify;"">
	<span style=""""><strong>Orders</strong><br />
	Please place all orders online using your account.&nbsp; A confirmation email is provided for a successful order.
}}}

Now adding a space in the middle of the word ""orders"" on the first line.

html after edit:

{{{
<p style=""text-align: justify;"">
	<span style=""""><strong>Orders</strong><br />
	&nbsp;Please place all ord ers online using your account.&nbsp; A confirmation email is provided for a successful order.
}}}

Note that ""&nbsp;"" was added to beginning of sentence thereby ruining the justification of the paragraph.

Thanks"	Bug	closed	Normal		General		expired	Pending	
