| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[Wayland] Fix crash during tablet pen tab drag proximity change
When dragging a tab with a tablet pen, lifting the pen triggers
OnTabletToolProximityOut(), which retains the buttons as pressed.
When the pen comes back into proximity, OnTabletToolProximityIn() is
called. Previously, this unilaterally dispatched a button release
event, causing the active drag session to terminate on the client side
while the compositor and high-level drag controller still considered
the drag active, resulting in a subsequent crash.
This CL fixes the issue by only releasing the buttons on proximity-in
if there is no drag session currently in progress.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |