Closed
Bug 74034
Opened 24 years ago
Closed 24 years ago
Text doesn't show up properly in the login text box
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: skickahit10, Assigned: rods)
References
()
Details
Attachments
(1 file)
113 bytes,
text/html
|
Details |
Go to the site (first time you visit, you might have to click on any flag to go
to the page I'm talking about).
Now you see a login screen. When you now type in a login name (e-mail adress)
the underscore characters (_) don't show up properly...in fact you can't see
them because they are "below" the bottom of the text box.
Comment 1•24 years ago
|
||
<html>
<input type="text" size="20" style="height: 13pt; font-family: arial; font-size:
8pt; ">
</html>
we align the text low in the form so underscores appear below the visible area.
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
updating component and setting bug status to New.
Assignee: asa → rods
Status: UNCONFIRMED → NEW
Component: Browser-General → HTML Form Controls
Ever confirmed: true
QA Contact: doronr → vladimire
Assignee | ||
Comment 4•24 years ago
|
||
marking won't fix.
The height of the text field has been set to 13px, which isn't enough to render
the text. IE ignores the height and sizes it to 20px, Nav 4.x sizes it to 19px.
mozilla is doing the right thing and sizing it 13px and clipping the text
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•