RESOLVED FIXED 262286
Implement keyboard events for site isolation
https://bugs.webkit.org/show_bug.cgi?id=262286
Summary Implement keyboard events for site isolation
Charlie Wolfe
Reported 2023-09-28 00:42:50 PDT
Currently, key events rely on `FocusController` in the web process to determine which frame should receive a key event. For site isolation, we should reference information on the focused frame stored in the UI process so we can send the key event directly to the web process hosting the focused frame.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-09-28 00:43:07 PDT
Charlie Wolfe
Comment 2 2023-09-28 00:49:01 PDT
EWS
Comment 3 2023-09-29 01:31:51 PDT
Committed 268639@main (81ab068d217b): <https://commits.webkit.org/268639@main> Reviewed commits have been landed. Closing PR #18333 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.