id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 13860,[Chrome] Text formatting like text color or background color are removed on copy&paste,Marc Nilius,,"Text formattings that are done with span elements like text color and background-color are removed, if one copies the text from one CKEditor to another. It worked in older versions of CKEditor, at least in 4.4.8. You can reproduce the issue also on the demo page of CKEditor. == Steps to reproduce == 1. Open the CKEditor full-featured demo in two tabs 2. Add some text color and background color to a part of the text in the first tab. 3. Copy that text into the clipboard 4. Paste the text again in the editor on the second tab. == Expected result == Text color and background color formatting should still be there, like any other formatting like bold or italics. == Actual result == Text color and background color formattings are removed (because the span element for the style definition is removed), other formattings like bold and italics are still there. As I understand, the ACF is by default allowing these elements and styles and should not remove them. I saw that Chrome sometimes adds the color in the style attribute as rgb(x,y,z) instead of #color, perhaps this is the problem for the ACF. == Other details (browser, OS, CKEditor version, installed plugins) == Reproduced in latest Chrome (46, Windows). I cannot reproduce this issue in Firefox (41, Windows). ",Bug,closed,Normal,,General,4.5.0 Beta,duplicate,Blink Webkit,