passkey.garden - Passkey autofill pop-up does not appear when selecting "Account ID" field
Categories
(Toolkit :: Password Manager: Site Compatibility, defect, P2)
Tracking
()
People
(Reporter: ctanase, Unassigned)
References
()
Details
(Keywords: webcompat:site-report, Whiteboard: [webcompat-source:web-bugs])
User Story
platform:windows,mac,linux,android impact:workflow-broken configuration:general affects:all branch:release diagnosis-team:dom user-impact-score:160
Attachments
(1 file)
|
1.57 MB,
video/mp4
|
Details |
Environment:
Operating system: Windows 11/10
Firefox version: Firefox 135.0.1/136/138
Steps to reproduce:
- Go to https://passkey.garden/try-passkeys
- Click on the "Account ID" field.
Expected Behavior:
"Use a passkey" pop-up appears.
Actual Behavior:
Nothing happens. (even if you already have passkey created and saved already)
Notes:
- Reproduces regardless of the status of ETP
- Reproduces in firefox-nightly, and firefox-release
- Does not reproduce in chrome
Created from https://github.com/webcompat/web-bugs/issues/149413
| Reporter | ||
Comment 1•8 months ago
|
||
| Reporter | ||
Updated•8 months ago
|
Comment 2•8 months ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
Comment 3•8 months ago
|
||
Another site that demonstrates the issue (disclosure: using the same underlying JS library)...
https://mylofi.github.io/webauthn-local-client/
Go there, click the third button (near the bottom) "choose authentication method", then click "provide my user id", and then click into the <input> box. In chrome, this will offer an autofill popup to select a passkey, but in FF no such autofill popup appears (with or without a previously registered passkey.
Updated•8 months ago
|
Comment 4•8 months ago
|
||
Let's treat this as a bug report for now. We could treat this as a site-breakage-report only if we'd have a "real site", not a testcase/demo.
Comment 5•8 months ago
•
|
||
I don't think we have <input autocomplete="webauthn"> implemented.
edit: we have it implemented since 122
Comment 7•8 months ago
|
||
I get the expected behavior (dropdown with passkey options) if I manually change the form from <input type="text" ...> to <input type="password" ...>. So this looks like an issue with the form type heuristics.
Issam: does this belong in Toolkit :: Password Manager?
Comment 8•8 months ago
•
|
||
Issam: does this belong in Toolkit :: Password Manager?
Yes it does. It seems like something is wrong with the detection. Moved to PM Site Compat.
Updated•8 months ago
|
Description
•