[webkit-changes] [WebKit/WebKit] fc682b: AX context menu invocations may cause the context ...
lilyspiniolas
noreply at github.com
Fri Aug 23 07:30:57 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fc682b90fc1e692f92e4f2b77813483b3f101a2b
https://github.com/WebKit/WebKit/commit/fc682b90fc1e692f92e4f2b77813483b3f101a2b
Author: Lily Spiniolas <lily_spiniolas at apple.com>
Date: 2024-08-23 (Fri, 23 Aug 2024)
Changed paths:
M Source/WebCore/page/EventHandler.cpp
Log Message:
-----------
AX context menu invocations may cause the context menu to overlap selections
https://bugs.webkit.org/show_bug.cgi?id=278502
rdar://133875342
Reviewed by Wenson Hsieh.
The location of the context menu now accounts for the
height of the selection, displaying the menu at the
bottom of the selection rather than overlapping near
the top.
* Source/WebCore/page/EventHandler.cpp:
(WebCore::EventHandler::sendContextMenuEventForKey):
Canonical link: https://commits.webkit.org/282656@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list