﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13758	Auto grow - doesn't reduce size of editor on content erase	CptMaumau		"== Steps to reproduce ==

1. Make editor grow by adding content
2. Erase content
3. 

== Expected result ==

Editor shrink on content erase

== Actual result ==

Editor's size is not changing

== Other details (browser, OS, CKEditor version, installed plugins) ==

Tested on Firefox and Chrome under Linux Mint 17 and Windows 7

CKEditor 4.5.2

plugins : lineutils, widget, autolink, sharedspace, image2, youtube, confighelper, pastefromword, autogrow, notification, notificationaggregator, filetools, uploadwidget, uploadimage, autoembed, embed, embedbase, undo

config : 

    config.disableNativeSpellChecker = false;

    config.linkShowAdvancedTab = false;

    config.linkShowTargetTab = false;

    config.removeDialogTabs = 'link:upload';

    config.ignoreEmptyParagraph = true;

    config.autoParagraph = false;

    config.resize_enabled = false;

    config.autoGrow_minHeight = 700;

    config.autoGrow_onStartup = true;
"	Bug	closed	Normal		General	4.5.2	expired		
