Closed
Bug 1130
Opened 26 years ago
Closed 26 years ago
Password INPUTs don't handle VALUE attribute correctly
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: angus, Assigned: karnaze)
Details
<input type="password" value="foo" size=5>
expected behavior:
[*** ]
actual behavior:
[ ]
The value doesn't appear, even in the form of asterisks.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 1•26 years ago
|
||
This problem is fixed in Build Release 11/30.
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•