Bug 306363
| Summary: | [GTK] GtkEventMotionController does not use a GdkCrossingMode parameters in enter/leave signals | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | WebKitGTK | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Adrian Perez
In Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.cpp the webkitWebViewBaseEnter() and webkitWebViewBaseLeave() functions have a GdkCrossingMode parameter, but the signal definitions do NOT include such parameter, as per
- https://docs.gtk.org/gtk4/signal.EventControllerMotion.enter.html
- https://docs.gtk.org/gtk4/signal.EventControllerMotion.leave.html
See also: https://github.com/pizlonator/fil-c/commit/aba25c12389dd54080e382898b8fe0cea52289b3#diff-c077743225c1288b8b4f206f74222ffe5a3bc1aa6a5c29fc0b1b0396d2aed847R1765
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/57348
EWS
Committed 306312@main (f36ee73ea171): <https://commits.webkit.org/306312@main>
Reviewed commits have been landed. Closing PR #57348 and removing active labels.