Opened 14 years ago
Last modified 14 years ago
#7984 confirmed Bug
AutoGrow fails on Firefox with document that has quirks mode Doctype — at Version 1
Reported by: | Dan Lee | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.4 |
Keywords: | IBM | Cc: | satya_minnekanti@… |
Description (last modified by )
Steps:
- Grab latest nightly. (I used Revision number: 7007).
- Add
config.fullPage = true;
to the config - Open the Autogrow sample in Firefox 4.
- Click on Source on the default configuration autogrow sample.
- Add the following Doctype above the html element:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- Click Source again to go back to WYSIWYG mode.
- Enter several newlines to make the document taller than the contents.
Results: Autogrow fails. The height of the document is not adjusted.
Removal of the Doctype appears to fix the problem. Also appears to occur in Chrome on Mac.