[webkit-changes] [WebKit/WebKit] 83d5d1: REGRESSION(289251 at main): [Win] context menu pops u...
Fujii Hironori
noreply at github.com
Tue Feb 4 10:06:06 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 83d5d108e3031aa0d322983c1b9a8c3cd7a1e257
https://github.com/WebKit/WebKit/commit/83d5d108e3031aa0d322983c1b9a8c3cd7a1e257
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2025-02-04 (Tue, 04 Feb 2025)
Changed paths:
M Source/WebKit/UIProcess/win/WebContextMenuProxyWin.cpp
Log Message:
-----------
REGRESSION(289251 at main): [Win] context menu pops up at wrong position
https://bugs.webkit.org/show_bug.cgi?id=286958
Reviewed by Don Olmstead.
After <https://commits.webkit.org/289251@main>, the right mouse click
popped up a context menu at a wrong position.
The position of a context menu should be adjusted by
intrinsicDeviceScaleFactor, not deviceScaleFactor.
* Source/WebKit/UIProcess/win/WebContextMenuProxyWin.cpp:
(WebKit::WebContextMenuProxyWin::showContextMenuWithItems):
Canonical link: https://commits.webkit.org/289796@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