Opened 13 years ago
Closed 9 years ago
#8639 closed Bug (wontfix)
Safari can't handle tables pasted from Excel
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Plugin : Paste from Word | Version: | 3.0 |
Keywords: | Safari | Cc: |
Description (last modified by )
Issue has been reproducible from CKEditor 3.0 Tested on Safari 5.1
To reproduce:
- Copy table form any of the attached Excel files
- Paste this table into CKEditor using CRTL+V, paste buttorn or paste from word button
Result: Table gest pasted as text.
<p> a b c d </p>
Edit: I have just checked this in Safari on Windows in plain contenteditable div. It seesm that Safari only sees text. There nothing CKEditor can do here.
Attachments (2)
Change History (8)
Changed 13 years ago by
Changed 13 years ago by
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 13 years ago by
This issue still persist in CkEditor 3.6.2. Tested in IE 7, IE 9
Lost table format, when copy from Excel to Editor using Paste, ctrl-v, Paste from Word.
I am using config.pasteFromWordRemoveStyles=false; which preserving format from MS Word.
Do I need to use any special configuration to preserve the Excel format, when I copy.
comment:3 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 12 years ago by
@swetha_java you should use both options:
config.pasteFromWordRemoveFontStyles=false; config.pasteFromWordRemoveStyles = false;
Nevertheless, IE being best in transferring data from Excel it still loses some attributes. Browser always gets to data before JavaScript thus there is nothing we can do here.
comment:5 Changed 11 years ago by
Component: | General → Plugin : Paste from Word |
---|
comment:6 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
Ok, I think it is time to close this ticket. Safari 5.1 is dead and bug mentioned here was in fact Safari bug.
At the moment pasting from excel is not supported but this is because browsers other than IE have problems with that content.
General issue has been reported here: #13623.
This ticket has also been described in #6465 which also tackles problem with pasting from Excel