Open
Bug 1718624
Opened 3 years ago
Updated 3 years ago
[economist.com][ChangeForm] The generated Password is not detected by the password field validation
Categories
(Toolkit :: Password Manager: Site Compatibility, defect, P3)
Tracking
()
NEW
People
(Reporter: tbabos, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
Attachments
(1 file)
868.38 KB,
image/png
|
Details |
Affected versions
All latest Firefox versions
Tested On
Mac OS X 10.15
Steps to reproduce
(have a valid account created on The Economist)
- Go to the login form and choose "Forgot Password" and follow the flow
- Click on the New Password field
- Click on the Password Generation option
Expected result
The generated password should be detected by the field validation.
Actual Result
The generated Password is not detected by the password field validation
Notes
- Reproducible on Chrome? No
- Regression-range: not a regression, can be reproduced back to 79 as well
- Note: Editing the generated password will toggle the field validation and pass.
- Field attr: <input class="password-input input wide mt8 mb16 password" type="password" name="newpassword" id="newpassword" autofocus="" data-uidsfdc="4">
- Not reproducible on their change password form
Comment 1•3 years ago
|
||
This bug is similar to the cases where sites rely on certain key events (keyup, keydown, etc) to change its state.
Depends on: 1198363
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•