RESOLVED FIXED 280643
AX: need to handle dynamically-created and nested aria-modal dialogs
https://bugs.webkit.org/show_bug.cgi?id=280643
Summary AX: need to handle dynamically-created and nested aria-modal dialogs
Dominic Mazzoni
Reported 2024-09-30 15:07:55 PDT
In isolated tree mode, WebKit wasn't properly handling the case where an aria-modal dialog is dynamically created and added to the DOM. In addition, WebKit didn't have any logic to pick the deepest aria-modal dialog if multiple dialogs are nested. Adding this logic matches Chrome's behavior now. In both cases, the issue was correctly ignoring everything outside of the dialog while focus is inside.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-09-30 15:08:26 PDT
Dominic Mazzoni
Comment 2 2024-09-30 15:19:43 PDT
EWS
Comment 3 2024-10-03 09:21:16 PDT
Committed 284613@main (77d74fdb4d16): <https://commits.webkit.org/284613@main> Reviewed commits have been landed. Closing PR #34468 and removing active labels.
EWS
Comment 4 2024-10-14 11:47:11 PDT
Committed 283286.249@safari-7620-branch (7a26fd261242): <https://commits.webkit.org/283286.249@safari-7620-branch> Reviewed commits have been landed. Closing PR #2014 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.