Opened 14 years ago

Last modified 14 years ago

#4668 closed Bug

bug on editing justified paragraphs — at Initial Version

Reported by: chaimkeller Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Pending Cc:

Description

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 praragraph. This ruins the justification of the praragraph.

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: 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 sentance thereby ruining the justification of the paragraph.

Thanks

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy