id summary reporter owner description type status priority milestone component version resolution keywords cc 10130 Can't stop fckeditor modify my html code when switch from Source mode. sam "With latest code of ckeditor, when I copied a html template from quicksqles editor (which is also another ckeditor) or ebay html editor in to the Source area of the latest version of the ckeditor, and then switch out of Source mode, the html code gets modified. How can I stop that? The configuration of the config.js file does not take any effect. Thus I considered this is a BUG. Here is the config.js code: CKEDITOR.editorConfig = function( config ) { config.htmlEncodeOutput = false; config.entities = false; config.entities_greek = false; config.entities_latin = false; config.removePlugins = 'elementspath,enterkey,entities,forms,pastefromword,htmldataprocessor,specialchar' ; config.toolbar = 'Custom'; config.toolbar_Custom = [ { name: 'document', items : [ 'Source','-','NewPage','Preview' ] }, { name: 'clipboard', items : [ 'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo' ] }, { name: 'editing', items : [ 'Find','Replace','-','SelectAll','-','SpellChecker','Scayt' ] }, { name: 'insert', items : [ 'Image','Table','HorizontalRule','Smiley','SpecialChar','PageBreak' ,'Iframe' ] }, '/', { name: 'styles', items : [ 'Styles','Format','Font','FontSize' ] }, { name: 'basicstyles', items : [ 'Bold','Italic','Strike','-','RemoveFormat' ] }, { name: 'paragraph', items : [ 'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote' ] }, { name: 'links', items : [ 'Link','Unlink','Anchor' ] }, { name: 'colors', items : [ 'TextColor','BGColor' ] }, { name: 'tools', items : [ 'Maximize' ] } ]; Best regards Sam" Bug closed Normal General invalid