id summary reporter owner description type status priority milestone component version resolution keywords cc 14581 Pasting from MS Excel to CKEditor using IE loses background colors IF cells are resized from the default prior to copying Ehman "I am aware of [https://dev.ckeditor.com/ticket/6465 #6465] and the many duplicates, as well as [https://dev.ckeditor.com/ticket/13623 #13623]. It seems likely that this issue is the same, in that CKEditor is depending upon what the browser sends from the system clipboard with the paste event. However, somehow, this works fine in Google Apps (Gmail) and Office 365 (I'm sure Office 365 has some kind of inside track here, but how would Google Apps?). Perhaps CKEditor is removing the colors in this case? We have received customer complaints regarding this issue, therefore I am obliged to report it. == Steps to reproduce == 1. Open MS Excel 2. Add background colors to some cells 3. Change the width of the cells in question 4. Copy the cells 5. Paste to CKEditor in IE browser window == Expected result == Background colors are maintained along with formatting Result from editor.on(""paste"") event.data.dataValue '''without resizing''' the cells: {{{
TestSuper
SuperTest
}}} == Actual result == Background colors are missing Result from editor.on(""paste"") event.data.dataValue '''after resizing''' the cells: {{{
TestSuper
SuperTest
}}} == Other details (browser, OS, CKEditor version, installed plugins) == Windows 7 MS Office 2010 Internet Explorer 11 CKEditor version 4.5.7 {{{ config = { ""toolbar"" : 'WCToolbar', ""toolbar_WCToolbar"" : [ ['attachFileButton'], ['Font', 'FontSize', 'Bold', 'Italic', 'Underline', 'TextColor', 'BGColor', 'NumberedList', 'BulletedList', 'Blockquote', 'Outdent', 'Indent', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock', 'Link', 'Image', 'addImage', 'spellCheckButton'], ['expandCollapseButton'], '/', ['Format','Styles', 'Strike','-','Subscript','Superscript', 'Table','HorizontalRule','SpecialChar', 'Unlink','Anchor', 'ShowBlocks','Source', 'Maximize','DocProps','-','Preview'], '/', ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat', 'Templates'] ], ""fontSize_sizes"" : '8pt;9pt;10pt;12pt;14pt;18pt;24pt;36pt', ""tabSpaces"" : 5, ""removePlugins"" : 'elementspath,magicline', ""allowedContent"" : true, ""extraPlugins"": 'expandCollapseButton,altnplugin,attachFileButton,spellCheckButton,simpleuploads', ""defaultLanguage"" : 'en', ""disableNativeSpellChecker"" : false, ""browserContextMenuOnCtrl"" : true, ""enterMode"" : CKEDITOR.ENTER_DIV, ""skin"" : 'office2013', ""resize_enabled"" : false, ""toolbarCanCollapse"" : false, ""toolbarStartupExpanded"" : false, ""image_previewText"" : ' ', ""removeDialogTabs"": 'link:upload', ""templates_files"": [ '&View=StandardResponses' ], ""templates_replaceContent"" : false, ""startupFocus"" : true, ""contentsCss"" : ""&View=Compose&ContentType=css&ReturnCSS=1"", ""extraAllowedContent"": 'div b i a table thead tbody tfoot tr th td', ""pasteFromWordRemoveFontStyles"" : false, ""pasteFromWordRemoveStyles"" : false, ""customConfig"":"""" } }}}" Bug confirmed Normal General 4.0 IBM jonathan.ehman@… satya_minnekanti@…