Bug 106438

Summary: form in table renders too big with space below it
Product: [Applications] konqueror Reporter: Gilhad <gilhad>
Component: khtmlAssignee: Konqueror Bugs <konqueror-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: testcase attached

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 ***