Closed
Bug 1693131
Opened 5 years ago
Closed 4 years ago
rushtix.com password field doesn't show the "Use a Securely Generated Password" popup
Categories
(Toolkit :: Password Manager: Site Compatibility, defect, P3)
Tracking
()
People
(Reporter: cpeterson, Unassigned)
References
Details
(Whiteboard: [passwords:generation])
Attachments
(1 file)
6.94 KB,
text/plain
|
Details |
Steps to reproduce
- Open https://rushtix.com/
- Click on an upcoming event's page.
- Click the big orange "BOOK NOW" button.
- In the "Create an Account" form, click the password field ("Password - minimum 6 characters").
Expected result
Firefox should show the "Use a Securely Generated Password" popup.
Actual result
Nothing happens. Firefox show the the "Use a Securely Generated Password" popup. But if you right-click on the password field, the context menu does show the "Fill Password" and "Use Generated Password" menu items.
I've attached the Browser Console debug log (filtered on "login"): rushtix-login-log.txt.
Here is the password <input>
element's HTML:
<input type="password" name="user_password" id="user_password" autocomplete="false" value="" placeholder="Password – minimum 6 characters">
Probably unrelated, but I also filed bug 1692931 about credit card autocomplete not working on the same site.
Comment 1•5 years ago
|
||
The matching rules are:
closestHeaderAboveIsRegistery: coefficient(1.930107593536377)
forgotPasswordOnPageButtonTextContent: coefficient(-0.0006637098849751055)
forgotPasswordOnPageLinkHref: coefficient(-0.3587746322154999)
forgotPasswordOnPageLinkTextContent: coefficient(-0.7233141660690308)
final score is 0.7171679249277929 (threshold is 0.75)
Whiteboard: [passwords:generation]
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
Comment 2•4 years ago
|
||
This is fixed by Bug 1692980.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•4 years ago
|
||
Verified fixed in Nightly 90 build 2021-05-27.
Status: RESOLVED → VERIFIED
status-firefox88:
--- → affected
status-firefox89:
--- → affected
status-firefox90:
--- → verified
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•