Opened 9 years ago
Last modified 8 years ago
#14593 confirmed Bug
CHROME: Copying & pasting content from one editor instance to another removing all styles
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.0 |
Keywords: | Blink Webkit IBM | Cc: | chrisgui, Irina |
Description
Steps to reproduce
- Open nightly build http://nightly.ckeditor.com/16-04-18-06-06/full/samples/ in two tabs
- Add text in one editor and apply different formatting to text(ex: font name, font size, text/background color, Alignment, Indentation)
- Select the text & use Ctrl + C to copy the text
- Go to editor in next tab, clear existing content & paste the copied content from editor in previous tab
Expected result
Pasted content should have all the styles of the txt copied from previous editor
Actual result: Pasted text has no styles
This is a regression in 4.5 & it's working properly in 4.4.8
Change History (7)
comment:1 follow-up: 2 Changed 9 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by
Replying to j.swiderski:
This is a duplicate of #13860.
@j.swiderski this defect has more issues than mentioned in #13860. #13860 only talks about inline styles but in this defect we mentioned Indentation Alignment are also lost ( which are not inline styles). Pls mark #13860 as duplicate of tis, since it's a subset of this issue.
comment:3 Changed 9 years ago by
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
Version: | 4.5.9 (GitHub - master) → 4.5.0 |
comment:4 Changed 9 years ago by
Keywords: | Blink Webkit added |
---|---|
Status: | reopened → confirmed |
#13860 was marked as duplicate
@satya you are right. This ticket describes the problem in more detail.
comment:6 Changed 9 years ago by
@j.swiderski This is also happening in Safari on MAC & also an issue when Copying & pasting Tables. Al Table Properties are removed
comment:7 Changed 8 years ago by
It turns out we have quite a few issues with pasting and they all may be related as they all can be reproduced from 4.5.0:
Styles Stripping: #13860, #13926, #14250, #14358
Styles stripping on Chrome in various test cases: #14921, #14593, #13753, #13751, #16454
Weird event pasting relation (not sure): #13763
White spaces not preserved: #14614
Problem with pasting in LibreOffice: #14622 (we do not support it but I have added this issue because general solution might also bring back old behaviour).
This is a duplicate of #13860.