[Webkit-unassigned] [Bug 244107] New: [WebAuthn] Conditional UI for webauthn autocomplete breaks with multiple input text fields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 18 15:50:48 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=244107

            Bug ID: 244107
           Summary: [WebAuthn] Conditional UI for webauthn autocomplete
                    breaks with multiple input text fields
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: Other
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kevin.flanagan at passage.id
                CC: cdumez at apple.com, wenson_hsieh at apple.com

DescriptionKevin Flanagan 2022-08-18 09:01:21 PDT
On the latest nightly build of Webkit on macOS 13 beta 5 the conditional UI (https://github.com/w3c/webauthn/wiki/Explainer:-WebAuthn-Conditional-UI) functionality for Passkeys only works as long as there is only one <input> text field on the page.

Reproducing Steps:
1. Webpage with <input autocomplete="webauthn" >
2. Perform webauthn get with a conditional mediation:
navigator.credentials.get({
  mediation: 'conditional',
  publicKey: {
    challenge: <challengeFromServer>,
  }
});
3. Click into the input box - note that the conditional UI appears
4. Add a second <input type="text"> field to the page (with or without the autocomplete tag). 
5. Perform same webauthn get - the conditional UI autocomplete does not appear.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220818/edefb25c/attachment.htm>


More information about the webkit-unassigned mailing list