﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9160	r7387 breaks editor in Chrome Win7	Julian Picht		"Using Chrome 19.0.1084.56 on Win7 [7387] (fix for #7360) ""7360_2.patch​"" breaks the editor.

When leaving the tab with the editor and returning to that tab, the editor just vanishes, because mainElement.getSize returns zero.

Reverse apply of ""7360_2.patch​"" fixes this for me.

My config:
{{{
var ckEditorConfig = {
    removePlugins: 'elementspath,maximize,resize',
    extraPlugins : 'autogrow',
    autoGrow_bottomSpace: 20,
    autoGrow_minHeight: 10,
    resize_enabled: false,
    autoUpdateElement: true,
    sharedSpaces : {
        top : 'topSpace',
        bottom : 'bottomSpace'
    },
    toolbarCanCollapse: false,
    contentsCss: '/css/email_editor_content.css'
};
}}}

The editor is instantiated with jQuery adapter:
{{{
    $someElement.find('textarea').ckeditor(ckEditorConfig);
}}}"	Bug	closed	Normal	CKEditor 4.5.2	General	3.6.3	fixed	Webkit	
