After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753341 - Implement drag lock support
Implement drag lock support
Status: RESOLVED OBSOLETE
Product: mutter
Classification: Core
Component: wayland
git master
Other Linux
: Normal enhancement
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2015-08-07 04:28 UTC by Peter Hutterer
Modified: 2021-07-05 13:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Hutterer 2015-08-07 04:28:22 UTC
See https://bugs.freedesktop.org/show_bug.cgi?id=85577 for reference.
Drag lock is the ability to keep a logical button down even when the physical button has been released. evdev currently supports this, with the ability to specify which phys button should hold which logical button down.

in X, putting drag lock into the driver (or server, but it's in the drivers already) is the only way to support this. In Wayland, the compositor can and should implement this.

libinput won't implement drag lock, putting it there hides it away from the UI, makes it impossible to show hints to the user that it activated, etc.

so for the X11+libinput case we'll implement this in the xf86-input-libinput driver, but for the Wayland case this needs to be implemented in the compositor.
Comment 1 GNOME Infrastructure Team 2021-07-05 13:51:33 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new ticket at
  https://gitlab.gnome.org/GNOME/mutter/-/issues/

Thank you for your understanding and your help.