Bug 106438 - form in table renders too big with space below it
Summary: form in table renders too big with space below it
Status: RESOLVED DUPLICATE of bug 104259
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (other bugs)
Version First Reported In: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-29 11:08 UTC by Gilhad
Modified: 2005-05-30 09:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
testcase attached (450 bytes, text/html)
2005-05-30 09:30 UTC, Tommi Tervo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gilhad 2005-05-29 11:08:12 UTC
Version:            (using KDE KDE 3.3.2)
Installed from:    Gentoo Packages
Compiler:          gcc (GCC) 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1) 
OS:                Linux

In table with form(s) there is too much space below the form. The next example makes table with 3 buttons, but the table is nearly 2 timer higher, than the buttons inside. (that works as wel even for form without hidden fields, and for table with only one cell and one form)
As you can see, there is nothing (even no space) inside the table other than the forms. 
Mozilla show such tables compact (no extra space under the buttons)



<table border="1"><tr><td
><form action="any" method="post" enctype="multipart/form-data" target="_blank"
><input type="submit" value="Do it"
></form
></td><td
><form action="any" method="post" enctype="multipart/form-data" target="_blank"
><input type="submit" value="Do it"
></form
></td><td
><form action="any" method="post" enctype="multipart/form-data" target="_blank"
><input type="submit" value="Do it"
></form
></td></tr></table>
Comment 1 Tommi Tervo 2005-05-30 09:30:47 UTC
Created attachment 11258 [details]
testcase attached
Comment 2 Tommi Tervo 2005-05-30 09:32:29 UTC

*** This bug has been marked as a duplicate of 104259 ***