Opened 16 years ago
Closed 11 years ago
#1710 closed Bug (fixed)
Copy and paste differences with Safari Mac
Reported by: | laurent royer | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.5.1 |
Keywords: | Safari Mac CantFix | Cc: |
Description
Os : Mac OS X.4 Browser : Safari 3.0.4
When we copy a text from textedit for example to an FckEditor field, all the paragraphes are separated by :
- <br /> : on Firefox
- <p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Arial"> on Safari
Change History (3)
comment:1 Changed 16 years ago by
Component: | Core : Styles → General |
---|---|
Keywords: | <br /> removed |
comment:2 Changed 15 years ago by
Keywords: | Confirmed Safari Mac CantFix added |
---|---|
Summary: | Copy past with safari → Copy and paste differences with Safari Mac |
I'm leaving this open for reference, but already marking as CantFix.
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
This issue expired. It was fixed step by step, first by implementing clipboard plugin and then by completely custom handling of plain text.
This is not something we can easily workaround as pasting operations are handled by the OS and the receiving applications (Mac and Safari in this case).
For now, to achieve uniformity on pasting, I would recommend using the Past as Plain Text feature.