[webkit-changes] [WebKit/WebKit] b94d54: Cherry-pick 264582 at main (c56a5e4e1e44). https://bu...
Michael Catanzaro
noreply at github.com
Fri May 26 08:22:18 PDT 2023
Branch: refs/heads/webkitglib/2.40
Home: https://github.com/WebKit/WebKit
Commit: b94d54bf819efb1169e1a2aef560a382e210cdd0
https://github.com/WebKit/WebKit/commit/b94d54bf819efb1169e1a2aef560a382e210cdd0
Author: Michael Catanzaro <mcatanzaro at redhat.com>
Date: 2023-05-26 (Fri, 26 May 2023)
Changed paths:
M Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.cpp
Log Message:
-----------
Cherry-pick 264582 at main (c56a5e4e1e44). https://bugs.webkit.org/show_bug.cgi?id=238327
[GTK] Scrollbar jumps to top when drag released outside window
https://bugs.webkit.org/show_bug.cgi?id=238327
Reviewed by Carlos Garcia Campos.
The scroll position jumps to the top of the window because we synthesize
a motion event at coordinates (-1, -1) to indicate the pointer has left
the web view. Instead, let's pick coordinates that are just outside the
view and close to the last known position of the pointer within the
view.
* Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.cpp:
(webkitWebViewBaseLeave):
Canonical link: https://commits.webkit.org/264582@main
Canonical link: https://commits.webkit.org/260527.365@webkitglib/2.40
More information about the webkit-changes
mailing list