Closed
Bug 169760
Opened 23 years ago
Closed 23 years ago
Keychain should not replace server-supplied field contents
Categories
(Camino Graveyard :: HTML Form Controls, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: martin, Assigned: mikepinkerton)
Details
Attachments
(2 files)
If you tell Chimera to remember, say a value from a login-procedure (where
there's a field named 'username') - the next time Chimera sees an inputfield
with the same name, it displays the previously entered value, even if that
fields value is preset from the server. Its weird, becourse if you look at the
html-source, the right value is there (in this case: "<input type="text"
name="username" size="25" value="martin" disabled>"), but the browser displays
something else, in this case "root", since it remembers that from some db-frontend.
Martin, what build ID are you reporting this bug against?
Summary: inputfields insists on remembering previously entered data → inputfields insists on remembering previously entered data
| Reporter | ||
Comment 2•23 years ago
|
||
Ver. 0.5 - build 2002091804
Comment 3•23 years ago
|
||
Confirming
Assignee: bryner → pinkerton
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: inputfields insists on remembering previously entered data → Keychain should not replace server-supplied field contents
| Assignee | ||
Comment 4•23 years ago
|
||
would the correct thing here to be to not pre-fill any field with a value
attribute? or would that lead to disaster?
| Assignee | ||
Comment 5•23 years ago
|
||
| Assignee | ||
Comment 6•23 years ago
|
||
test2
| Assignee | ||
Comment 7•23 years ago
|
||
so i fixed it to prefill the password only if the value attribute of the
username field matches what we have stored in the keychain. if they don't match,
keep the server supplied value and do nothing with the password field.
the two tests above test this behavior (obviously replace test2 with your
bugzilla username and have a bugzilla password stored in keychain).
fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•23 years ago
|
QA Contact: winnie → petersen
Comment 8•23 years ago
|
||
Verified in the 2003-01-11-04 NB under 10.2.3. Confirming that if the username
value matches the keychain, the password field is pre filled automatically. If
the user name isn't the same, then the password field remains blank.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•