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 785064 - wayland: Allow multitouch on client surfaces with > 2 contact points
wayland: Allow multitouch on client surfaces with > 2 contact points
Status: RESOLVED OBSOLETE
Product: mutter
Classification: Core
Component: wayland
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2017-07-18 13:59 UTC by 28872d13
Modified: 2021-07-05 13:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description 28872d13 2017-07-18 13:59:33 UTC
Upon pressing down with at least three fingers on a multitouch touch screen, mutter will currently cancel touch input on application surfaces by sending wl_touch::cancel() immediately. This effectively means that clients do not have any possibility to receive touch with more than two fingers/contact points at all even if the touch action ends up not being a compositor gesture.
It would be better (i.e. allow greater freedom for applications to leverage touch operation) to continue to relay the events until mutter can be sure that a compositor gesture is being triggered.

I'm reporting this against the Wayland integration since I have not tested the behavior on X11. It might show similar behavior.
Comment 1 GNOME Infrastructure Team 2021-07-05 13:49:32 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.