Closed
Bug 1023974
Opened 11 years ago
Closed 6 years ago
Keypress on accessibility keyboard on Westpac banking site causes numerous "Remember Password" doorhangers
Categories
(Toolkit :: Password Manager, defect)
Toolkit
Password Manager
Tracking
()
RESOLVED
DUPLICATE
of bug 657268
People
(Reporter: mconley, Unassigned)
Details
Attachments
(1 file)
304 bytes,
text/html
|
Details |
Steps to Reproduce
1) Navigate to: https://online.westpac.com.au/esis/Login/SrvPage
2) Click on the in-page keyboard to enter a password.
Expected Behavior: The "remember password" doorhanger panel only pops up after clicking "Sign In".
Actual Behavior: The "remember password" doorhanger panel pops up with each key click.
Comment 1•11 years ago
|
||
This is very simple actually, and there's probably an existing bug: if you click a <button> inside a form with user/pass fields, even if the default action is prevented Firefox will suggest saving the user name and password.
Comment 2•11 years ago
|
||
We intentionally ask to save before the submission actually happens so that we can save the input on script-generated forms that prevent the default but then "submit" the form through some JS/XHR. There may be a way to address this but we shouldn't regress being able to save on script-submitted forms.
Comment 3•11 years ago
|
||
The site is using autocomplete="off" so if this is a regression this could be related to ignoring that for password saving (bug 956906). Perhaps there is a special case here where we shouldn't ignore @autocomplete=off?
Hardware: x86 → All
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•