Opened 13 years ago

Last modified 13 years ago

#8133 confirmed Bug

Webkit: Autogrow in quirks mode. Editor doesn't get smaller.

Reported by: Jakub Ś Owned by:
Priority: Normal Milestone:
Component: General Version: 3.4
Keywords: Webkit Cc:

Description

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

Change History (1)

comment:1 Changed 13 years ago by Jakub Ś

Status: newconfirmed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy