Bug 247375 - [GTK] Paste primary selection on button release, not on button press
Summary: [GTK] Paste primary selection on button release, not on button press
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-02 12:48 PDT by Michael Catanzaro
Modified: 2022-11-02 13:33 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2022-11-02 12:48:56 PDT
All other ports paste primary selection on button release, not on button press. GTK port does it on button press to match GTK's behavior, but this doesn't work well in combination with Epiphany mouse gestures. The path of least resistance is to just change it to match all other ports. See https://gitlab.gnome.org/GNOME/epiphany/-/issues/1814.
Comment 1 Michael Catanzaro 2022-11-02 13:33:36 PDT
Pull request: https://github.com/WebKit/WebKit/pull/6048