Closed
Bug 282219
Opened 20 years ago
Closed 20 years ago
Problems with scrollbar rendering
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: stalk, Assigned: bugzilla)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) Build Identifier: Then I add a 'form' tag in my page a scroll bar appears. This is screen shots with source code http://stalk.ru/firefox/withoutform.gif http://stalk.ru/firefox/withform.gif - see a scroll bar I've tested both pages in IE. In both cases they was without vertical scroll bar. So.. It seems 'form' tag adds a little bit vertical space in page. Reproducible: Always
please post links to some pages with a reduced test case. Alternatively post the offending codes as attachments, not as gifs.
reporter, can you give us the info asked for in comment 1? If not, this bug will be closed for lack of info.
Sorry for delay! Please, visit http://www.laerdal-sophus.dk:8080/cms/login.jsp View this link in IE and in FireFox
I see several validation errors. like in your body tag you use leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" None of these are allowed here and hence [i think] ignored by Mozilla. The same for your table tag height="100%" width="100% Can you attach the two sample html files you've uploaded earlier as gifs? Moving this to Layout for another set of eyes.
Component: General → Layout: Form Controls
Product: Firefox → Core
Version: unspecified → Trunk
Comment 5•20 years ago
|
||
Form has a 1em bottom margin in quirks mode (which is what this doctype-less page is in). You can turn this off by styling the form if you want.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Dear Boris! I've got 2 pages : http://www.stalk.ru/bugzilla/page1.htm and http://www.stalk.ru/bugzilla/page2.htm The 1st page contains 'form' tag but second not contains it. The difference between pages is a scrolling =( Here you can see source code of pages http://www.stalk.ru/bugzilla/page1_source.xml and http://www.stalk.ru/bugzilla/page2_source.xml Question: How to remove scrolling ? Is it a bug or 'feature' ?
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 7•20 years ago
|
||
Re-marking invalid. This is a bug database, not a support forum for HTML authoring. The behavior is correct.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•