Closed
Bug 1942902
Opened 1 month ago
Closed 8 days ago
Cancelling navigator.credentials.get() by the user should throw NotAllowedError, instead it throws an AbortError
Categories
(Core :: DOM: Web Authentication, defect, P3)
Tracking
()
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: jespertheend, Assigned: jschanck)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
Steps to reproduce:
- Visit https://firefox-credentials-user-abort.glitch.me/
- Click 'Get credentials'
- Cancel the prompt
Actual results:
The error is:
DOMException: AbortError The operation was aborted.
Expected results:
The error should be a NotAllowedError
Updated•1 month ago
|
Component: Untriaged → DOM: Web Authentication
Product: Firefox → Core
Comment 1•17 days ago
|
||
The severity field is not set for this bug.
:jschanck, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(jschanck)
Assignee | ||
Updated•10 days ago
|
Assignee: nobody → jschanck
Severity: -- → S3
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Flags: needinfo?(jschanck)
Priority: -- → P3
Assignee | ||
Comment 2•10 days ago
|
||
Pushed by jschanck@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a5f3df41c353
return NotAllowedError for user-cancelled WebAuthn get requests on macOS. r=keeler
Status: ASSIGNED → RESOLVED
Closed: 8 days ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•