Closed
Bug 53054
Opened 24 years ago
Closed 24 years ago
wrong size of INPUT element
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
People
(Reporter: plusik, Assigned: rods)
Details
Try to render this in mozilla - all INPUTs are of size 6, but only the second
one really has this size.
<html>
<body>
<form>
<input style="font-size: 12pt; font-family: sans-serif;" type="text" size="6"
value="123456789012345">
<p>
<input style="font-size: 12pt;" type="text" size="6" value="123456789012345">
<p>
<input style="font-size: 12pt; font-family: courier;" type="text" size="6"
value="123456789012345">
</form>
</body>
</html>
Comment 1•24 years ago
|
||
this is a dupe of bug # 25657
Comment 2•24 years ago
|
||
Moving to rods / "HTML Form Controls" to let him decide what bug this is the dup
of.
Assignee: pierre → rods
Component: Style System → HTML Form Controls
QA Contact: chrisd → ckritzer
Comment 4•24 years ago
|
||
Try this again... marking dup of bug # 25657 (When does 18 = 29? When you use
the SIZE attritbute in a text type input field).
*** This bug has been marked as a duplicate of 25657 ***
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
•