Opened 14 years ago

Closed 10 years ago

#6542 closed Bug (fixed)

Safari: space added at the end of style attribute

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Safari Cc:

Description

When aligning a paragraph to the right, an empty space is added at the end of style attribute. Confirmed in Safari 5.0.2 @ Mac.

Steps to reproduce

  • Open replace by class sample
  • Click inside of the first paragraph
  • Press the "Right Justify" button
  • Result:
    <p style="text-align: right; ">
    	This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p> 
    

Related to #6541.

Change History (4)

comment:1 Changed 14 years ago by Wiktor Walc

Status: newconfirmed

comment:2 Changed 14 years ago by Wiktor Walc

Same issue happens in Safari 5.0.2 @ Windows.

comment:3 Changed 14 years ago by Alfonso Martínez de Lizarrondo

The main problem as I explained in #1653 is that the CSS normalization and cleanup is done while adding styles to the content, but to be effective we must do it at reading time.

I hope to work one of these days in #5528 that would fix all these issues at the same time as well as any other change done to the styles by the browsers.

comment:4 Changed 10 years ago by Piotrek Koszuliński

Resolution: fixed
Status: confirmedclosed

Could not reproduce this on Safari 7.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