Closed
Bug 128115
Opened 23 years ago
Closed 22 years ago
button tag does not handle height correctly
Categories
(Core :: Layout: Form Controls, defect, P2)
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: hall.jon, Assigned: rods)
References
()
Details
Attachments
(1 file)
4.13 KB,
text/html
|
Details |
The button tag displays height incorrectly. Not only is the actual display
height incorrectly, it ignores height up until 9px, then at 9px height it gets
smaller than at 8px. Also input type=button seems so be unable to display a
height lower than 8px, although input's seem to behave a little more correctly
if quirky. Every button height up to 22px in a nice grid at the below url.
http://www.oztek.net/jon/button.htm
This seems related to http://bugzilla.mozilla.org/show_bug.cgi?id=97347 but it
deals with input type=submit only, so I believe this is a seperate issue since
the two tags are exhibiting different behavior.
Comment 1•23 years ago
|
||
-> CSS
Assignee: asa → dbaron
Component: Browser-General → Style System
QA Contact: doronr → ian
->HTML Form controls
Confirmed 2002022203 Win2k
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•23 years ago
|
||
reassign
Assignee: dbaron → rods
Component: Style System → HTML Form Controls
QA Contact: ian → madhur
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → Future
Updated•23 years ago
|
QA Contact: madhur → tpreston
Comment 5•22 years ago
|
||
This one avoids asking something with 4px of border to be 1px tall (including
the border).
Comment 6•22 years ago
|
||
Fixed by bug 167236
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•