Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 213fa99531b5f790b9c4c0414b4803ec5293fa17
      
https://github.com/WebKit/WebKit/commit/213fa99531b5f790b9c4c0414b4803ec5293fa17
  Author: Carlos Garcia Campos <[email protected]>
  Date:   2025-05-21 (Wed, 21 May 2025)

  Changed paths:
    M Source/WebKit/WPEPlatform/wpe/WPEView.cpp

  Log Message:
  -----------
  [WPE] WPE Platform: click counter should be reset on mouse move when passing 
the threshold
https://bugs.webkit.org/show_bug.cgi?id=293338

Reviewed by Alejandro G. Castro.

In layout tests it can happen that we press, move and release and then
we press again at the same point quickly. We shouldn't get a double
click in that case if we moved more than the double click distance. This
patch moves the threshold check to wpe_view_event in case we emitted a
muse move event and we were tracking the press count.

Canonical link: https://commits.webkit.org/295199@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to