Closed
Bug 252863
Opened 21 years ago
Closed 21 years ago
[FIX] file input ignores letter-spacing
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
Details
(Keywords: css1, testcase)
Attachments
(2 files)
|
17.81 KB,
text/html
|
Details | |
|
873 bytes,
patch
|
bzbarsky
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
File input ignores letter-spacing
Patch coming up...
| Assignee | ||
Comment 1•21 years ago
|
||
| Assignee | ||
Comment 2•21 years ago
|
||
| Assignee | ||
Updated•21 years ago
|
Attachment #154183 -
Flags: superreview?(dbaron)
Attachment #154183 -
Flags: review?(bzbarsky)
| Assignee | ||
Comment 3•21 years ago
|
||
Also, since we have "font-size: inherit" for the anonymous content - shouldn't
we also have "line-height: inherit" ?
Comment 4•21 years ago
|
||
Comment on attachment 154183 [details] [diff] [review]
Patch rev. 1
r=bzbarsky
Attachment #154183 -
Flags: review?(bzbarsky) → review+
Comment on attachment 154183 [details] [diff] [review]
Patch rev. 1
sr=dbaron, although I'm a bit concerned about going too far down this path
because of the security issues involved. (Or does a rule with selector
input[type="text"] already style the input inside, even though it shouldn't?)
Attachment #154183 -
Flags: superreview?(dbaron) → superreview+
Comment 6•21 years ago
|
||
Currently such a rule does not style the textfield.
| Assignee | ||
Comment 7•21 years ago
|
||
Checked in 2004-09-12 15:46 PDT
-> FIXED
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•