﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8133	Webkit: Autogrow in quirks mode. Editor doesn't get smaller.	Jakub Ś		"This issue was found when checking #7984

If you set config.fullPage = true; open autogrow sample and paste the below code:
{{{
<!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 4.01 Transitional//EN"">
<html>
	<head>
		<title></title>
	</head>
	<body>
		<p>
			This is some <strong>sample text</strong>. You are using <a href=""http://ckeditor.com/"">CKEditor</a>.</p>
	</body>
</html>
}}}

You will see that when pressing Enter new paragraphs are created and editor is enlarged. If on the other hand you delete those paragraphs, you have created, you will that editor doesn't get back to its smaller size.

Reproducible in Webkit quirks-mode from CKEditor 3.4
"	Bug	confirmed	Normal		General	3.4		Webkit	
