Opened 7 years ago
Closed 7 years ago
#17049 closed Bug (fixed)
[Excel] Paste from Excel does not preserve formatting if only one cell is pasted.
Reported by: | kkrzton | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.7.0 |
Component: | General | Version: | 4.7.0 |
Keywords: | Cc: |
Description
Steps to reproduce
- Go to http://tests.ckeditor.dev:1030/tests/plugins/pastefromword/manual/pastefromexcel.
- Use the
xslx
which is linked there. - Copy cell if simple formatting (like
bg + color
). - Paste into the editor.
Expected result
The formatting is preserved.
Actual result
The formatting is removed.
Other details (browser, OS, CKEditor version, installed plugins)
Change History (3)
comment:1 Changed 7 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 7 years ago by
Summary: | [Excel] Pasted from Excel does not preserve formatting if only one cell is pasted. → [Excel] Paste from Excel does not preserve formatting if only one cell is pasted. |
---|
comment:3 Changed 7 years ago by
Milestone: | CKEditor 4.7.1 → CKEditor 4.7.0 |
---|---|
Priority: | Must have (possibly next milestone) → Normal |
Resolution: | → fixed |
Status: | confirmed → closed |
Fixed with git:327b6d3699ddcc87d6015380eb9bb3723f6557f3. No changelog as it's more a part of #16961 which has not yet been released.