Opened 13 years ago
Last modified 12 years ago
#8213 confirmed Bug
[Webkit]: Inline styles are not copied with text
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.1 |
Keywords: | Safari 5 | Cc: |
Description
- Open ajax sample and paste the following code:
<p> This is some sample text. You are using CKEditor.</p> <p> This is some sample text. You are using CKEditor.</p>
- Select whole first line and apply (using Toolbar buttons): green "Text Color", yellow "Background Color", Comic Sans MS "Font Name" and Big from "Fromatting Styles"
- Select part of text from first line and copy it using CRTL+V
- Place the cursor inside a second line or in new third line and paste the text using CRTL+V
Result: Only text gets copied (without styles).
Issue has been reproducible from CKE 3.1 in Webkit browsers.
Change History (2)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 12 years ago by
Keywords: | Safari 5 added; Webkit removed |
---|
I have checked this issue in latest CKEditor 4.1.2.
Seems it is working in latest Chrome and Safari 6 (Mac) but still doesn't on Old Safari 5 (Windows) where only background gets copied which is rather to browser quirks.