WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-09-28 00:43:07 PDT
<
rdar://problem/116167166
>
Charlie Wolfe
Comment 2
2023-09-28 00:49:01 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/18333
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.
Top of Page
Format For Printing
XML
Clone This Bug