[webkit-changes] [WebKit/WebKit] 2b3d23: When crossing window boundries on visionOS drops a...
megangardner
noreply at github.com
Fri Aug 25 17:44:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2b3d23d7e6dd7e062db9dc52a4fcb1bcfeddcf5b
https://github.com/WebKit/WebKit/commit/2b3d23d7e6dd7e062db9dc52a4fcb1bcfeddcf5b
Author: Megan Gardner <megan_gardner at apple.com>
Date: 2023-08-25 (Fri, 25 Aug 2023)
Changed paths:
M Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm
Log Message:
-----------
When crossing window boundries on visionOS drops animate from the wrong origin.
https://bugs.webkit.org/show_bug.cgi?id=260728
rdar://113862387
Reviewed by Aditya Keerthi and Wenson Hsieh
To cross window boundaries, we need to convert to coordinate spaces instead of
just to the view.
* Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:
(-[WKContentView dropInteraction:previewForDroppingItem:withDefault:]):
Canonical link: https://commits.webkit.org/267308@main
More information about the webkit-changes
mailing list