Closed
Bug 115413
Opened 24 years ago
Closed 24 years ago
hidden field in form breaks table rendering
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 109847
People
(Reporter: kosc, Assigned: attinasi)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.6) Gecko/20011120
BuildID: 2001112009
this page (http://213.149.32.135/test/test2.html)
is quite simple!
when I remove hidden field form form page is rendered OK but when it's here it
add <br> ???
Reproducible: Always
Steps to Reproduce:
1.http://213.149.32.135/test/test2.html
2.watch the source HTML
3.
Actual Results: wrong rendering
Expected Results: no matter if there is tag:
<input type="hidden" name="hid1" value="this hidden filed breaks table !!!">
then table is breaked :(
try to remove <input type="hidden" ...
end table is rendered OK
Comment 1•24 years ago
|
||
dup of 109847 "INPUT TYPE="hidden" generates vertical space"
It's fixed in current nightlies and so it will be in 0.9.7
*** This bug has been marked as a duplicate of 109847 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•