Opened 8 years ago
Closed 8 years ago
#16961 closed New Feature (fixed)
Support for pasting from Excel
Reported by: | kkrzton | Owned by: | kkrzton |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.7.0 |
Component: | General | Version: | |
Keywords: | PFW, Excel | Cc: |
Description
Recently we have added dataTransfer support for content pasted from Office. However when tested with Excel it turns it still doesn't retain styles, e.g. text color. The reason for this is that it's not stacked with spans correctly.
Styles that we're interested in retaining are:
- background
- font color, family, weight, style, size
Change History (10)
comment:1 Changed 8 years ago by
Owner: | set to kkrzton |
---|---|
Status: | new → assigned |
comment:2 Changed 8 years ago by
Status: | assigned → review |
---|
comment:3 Changed 8 years ago by
comment:4 Changed 8 years ago by
Status: | review → review_failed |
---|
comment:5 Changed 8 years ago by
Status: | review_failed → review |
---|
comment:6 Changed 8 years ago by
Status: | review → review_failed |
---|
comment:7 Changed 8 years ago by
Status: | review_failed → review |
---|
comment:8 Changed 8 years ago by
Type: | Bug → New Feature |
---|
comment:9 Changed 8 years ago by
Summary: | Paste from Excel improvements → Support for pasting from Excel |
---|
comment:10 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Good job! Merged with git:7f51a45515b4d5a76a206f2a24a5acf0daa9ce0b.
https://github.com/ckeditor/ckeditor-dev/pull/337