Opened 14 years ago
Last modified 14 years ago
#7984 confirmed Bug
AutoGrow fails on Firefox with document that has quirks mode Doctype — at Initial Version
Reported by: | Dan Lee | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.4 |
Keywords: | IBM | Cc: | satya_minnekanti@… |
Description
Steps: 1) Grab latest nightly. (I used Revision number: 7007). 2) Add config.fullSize = true; to the config 3) Open the Autogrow sample in Firefox 4. 4) Click on Source on the default configuration autogrow sample. 5) Add the following Doctype above the html element: <!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01 TransitionalEN"> 6) Click Source again to go back to WYSIWYG mode. 7) 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.