Opened 14 years ago
Last modified 14 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