Bug 206117 - [UI-side compositing macOS] Send events in WKContentView coordinates
Summary: [UI-side compositing macOS] Send events in WKContentView coordinates
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-10 18:34 PST by Simon Fraser (smfr)
Modified: 2022-10-22 22:17 PDT (History)
4 users (show)

See Also:


Attachments
Patch (10.70 KB, patch)
2020-01-10 18:36 PST, Simon Fraser (smfr)
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2020-01-10 18:34:39 PST
[UI-side compositing macOS] Send events in WKContentView coordinates
Comment 1 Simon Fraser (smfr) 2020-01-10 18:36:15 PST
Created attachment 387412 [details]
Patch
Comment 2 Dean Jackson 2020-01-11 11:59:02 PST
Comment on attachment 387412 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=387412&action=review

> Source/WebKit/UIProcess/Cocoa/WebViewImpl.h:667
> +    NSView* viewForEventCoordinates() const;

NSView *

> Source/WebKit/UIProcess/Cocoa/WebViewImpl.mm:5239
> +NSView* WebViewImpl::viewForEventCoordinates() const

NSView *
Comment 3 Simon Fraser (smfr) 2022-10-22 22:17:35 PDT
No longer doing it this way.