Closed
Bug 66862
Opened 24 years ago
Closed 24 years ago
border-style in css doesn't apply to password fields
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: morten, Assigned: pierre)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.0 i686; en-US; m18) Gecko/20010127
BuildID: 20010127
In http://www.wtf.dk/mozilla/ I've put up examples - the case is, that
border-style doesn't get applied to password fields, only text fields (and
probably others too). If I change the password field to a text field,
border-style gets applied..
Reproducible: Always
Steps to Reproduce:
apply 'border-style: solid' to a password input field, it won't get applied the
same way as it gets applied to a text input field
Expected Results: It should've applied border-style to the password field
Comment 1•24 years ago
|
||
Actually, the style _is_ applied to the password field. It is _not_ applied to
text input fields when you are using any sort of quirks doctype (modes in which
Mozilla does some backwards-compatible rendering and layout).
*** This bug has been marked as a duplicate of 55336 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 2•22 years ago
|
||
testcase is 404
You need to log in
before you can comment on or make changes to this bug.
Description
•