Closed
Bug 434094
Opened 17 years ago
Closed 17 years ago
Can't manually trigger password filling on password-only forms with autocomplete="off"
Categories
(Toolkit :: Password Manager, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 433238
People
(Reporter: al_9x, Unassigned)
References
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008051206 Firefox/3.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008051206 Firefox/3.0
the "fix" for Bug 362576 prevents the password manager from auto filling credentials with autocomplete="off" while providing a workaround of maually triggering the autocomplete handler by clicking on the username field, which is absent.
<form><input type='password' autocomplete="off" name='password1'></form>
several large banks put the username and password on different pages.
This is a regression from FF2 as it autofilled such passwords but FF3 can't even manually be prodded to fill them in.
Reproducible: Always
Updated•17 years ago
|
Keywords: regression
Summary: autocomplete handler can't be manually triggered on password only forms with autocomplete="off" → Can't manually trigger password filling on password-only forms with autocomplete="off"
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•