Closed
Bug 20515
Opened 25 years ago
Closed 25 years ago
[DOGFOOD]font can NOT be overriden with style for input text
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
People
(Reporter: rods, Assigned: pierre)
Details
(Whiteboard: [PDT-])
Attachments
(1 file)
454 bytes,
text/html
|
Details |
The html.css sets the font for input type=text to "-moz-fixed" which sets it to
a monospaced font (courier). If I set the font via inline style to sans-serif it
does not change the text field's font it remains monospace.
This used to work a few weeks ago when I was doing all my form control sizing
work and most specifically the text field. I did the work using both the default
font and sans-serif.
This is a DOGFOOD because the font is used to calculate the height and width of
the text control and if it isn't correct then the text controls get sized
incorrectly and pages layout badly.
Reporter | ||
Updated•25 years ago
|
Summary: [DOGFOOD]font can be overriden with style for input text → [DOGFOOD]font can NOT be overriden with style for input text
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
correcting summary
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 4•25 years ago
|
||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•25 years ago
|
||
Verified dup of #17303
You need to log in
before you can comment on or make changes to this bug.
Description
•