Skip to content

clutter: Send touch crossing events only to grab actor

When the pointer is grabbed, we send the crossing events that are initiated by this pointer only to the actor that has the grab. For grabbed touch sequences, we always capture and bubble the crossing events right now.

Fix this and make grabbed pointers and touch sequences behave the same by sending touch crossing events only to the grab actor.

Merge request reports