Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 13af2406270cb62d608cc5468fe04368f9472165
https://github.com/WebKit/WebKit/commit/13af2406270cb62d608cc5468fe04368f9472165
Author: Vitaly Dyachkov <[email protected]>
Date: 2026-05-05 (Tue, 05 May 2026)
Changed paths:
M Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandSeat.cpp
Log Message:
-----------
[WPE] Send touch cancel event on losing touch capability
https://bugs.webkit.org/show_bug.cgi?id=313976
Reviewed by Carlos Garcia Campos.
Currently, when touch capability is lost, we reset all related data, but
do not notify the page. This may cause some UI elements, such as
buttons, to appear "stuck" in pressed state.
This change sends a touch cancel event for each touch point to let the
page update its state.
* Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandSeat.cpp:
Canonical link: https://commits.webkit.org/312604@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications