Opened 12 years ago
Last modified 12 years ago
#10061 confirmed Bug
Copy img in Chrome result in opacity: 0.9
Reported by: | Lasse Edsvik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Webkit | Cc: |
Description
I've discovered a bug when using the CKEditor 4.01 in Chrome Version 24.0.1312.57 m
For some reason when you select an image and copy paste it, it adds: style="opacity: 0.9" which makes the picture look pale.
Chrome is the only browser that I've seen this problem occur in.
Change History (2)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 12 years ago by
Keywords: | Webkit added; Chrome opacity removed |
---|---|
Version: | 4.0.1 → 4.0 |
This specific problem with opacity can be reproduced in Windows in both Safari 5.1.7 and Chrome 24 and in Linux Chrome 24 from CKEditor 4.0.
It doesn't seem to occur in Mac
TC: click on image (so it's selected), copy, paste. "opacity:0.9" is set for pasted image. Other kinds of selection (when other nodes are selected too) don't cause this issue.
I'm afraid that the root of this issue is unsolvable now. Chrome copies image with opacity and we cannot prevent this. However, symptoms will be fixed with #9829.