Closed
Bug 1691903
Opened 4 years ago
Closed 3 years ago
[screwfix.com][Register][false-negative] Password Generation option is not displayed in the autocomplete dropdown
Categories
(Toolkit :: Password Manager: Site Compatibility, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: tbabos, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [passwords:generation])
Attachments
(1 file)
1.33 MB,
video/quicktime
|
Details |
Affected Versions:
- Nigthly 87.0a1 (2021-02-09)
- Beta 86.0b7
- Release 85.0
Tested On:
- MacOS 10.15
Steps to Reproduce:
- Go to screwfix.com register page: https://www.screwfix.com/registrationpage/
- Pass through the email form and reach the 2nd page
- Click on the first Password field
- Click on the second password field
Expected:
Since we are on a register form, the password generation option should be offered in the autocomplete dropdown
Actual:
Password Generation is not offered in the autocomplete dropdown for the first Password field but is offered on the Retype Password field
Notes:
- Reproducible on Chrome? Yes, it doesn't appear for any of the fields there
- Field attribute:
- New password field:
<input type="password" name="Password" id="password" placeholder="Password" class="fm-input" required="" aria-required="true" data-alt-name=" your password" maxlength="20" autocomplete="off"> - Retype Password field:
<input type="password" name="retypePassword" id="retypePassword" placeholder="Re-type Password" class="fm-input" data-alt-name="Please re-enter your password" maxlength="20" autocomplete="off">
- New password field:
- Regression-range: not a regression, reproducible back to 80 when we started to display the password generation option in the autocomplete dropdown
Comment 1•4 years ago
|
||
Comment 2•4 years ago
|
||
Confirmed password fields matches the following rules:
elementAttrsMatchConfirm: coefficient(1.79710853099823)
hasConfirmPlaceholder: coefficient(2.120662212371826)
closestLabelMatchesConfirm: coefficient(2.188796281814575)
hasConfirmLabel: coefficient(1.9212454557418823)
while the "password" field doesn't match any rules.
Whiteboard: [passwords:generation]
Comment 3•4 years ago
|
||
Not sure if it is possible to use fathom to first learn a field is a confirm password field, and then use it to infer that the previous field is probably also a new password field.
Updated•4 years ago
|
Priority: -- → P3
Reporter | ||
Comment 4•3 years ago
|
||
This is no longer reproducible on the latest Firefox Nightly 91.0a1 version, tested on MacOS.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•