Opened 14 years ago
Closed 11 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
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
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 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Could not reproduce this on Safari 7.0.
Same issue happens in Safari 5.0.2 @ Windows.