Open
Bug 1246682
Opened 9 years ago
Updated 2 years ago
Inputs with a static height do not support the line-height style
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: don.hartman, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
102 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36
Steps to reproduce:
Render this html in the latest release of Firefox (44):
<input style="height:30px; line-height:50px;" />
Actual results:
In Mozilla Firefox only, the text within the input box is centered.
Expected results:
The text within the input box should have been adjusted for the provided line-height, lowering it to near the bottom of the input.
Side note: This works properly in chrome, safari, and even IE 5+.
Reporter | ||
Updated•9 years ago
|
OS: Unspecified → Windows 7
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•