Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 888fc4abd80ef985c5d33679a37b8ad0f715620f
https://github.com/WebKit/WebKit/commit/888fc4abd80ef985c5d33679a37b8ad0f715620f
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-03-17 (Tue, 17 Mar 2026)
Changed paths:
M Source/WebCore/page/EventHandler.cpp
Log Message:
-----------
Automated mouse inputs should generally not produce clicks
https://bugs.webkit.org/show_bug.cgi?id=310128
rdar://172705956
Reviewed by Wenson Hsieh and Richard Robinson.
As the commit title reads, automated mouse inputs - other than when they
are inputs to synthetic click machinery - should not produce `click`
events. This avoids (among other things) unexpected link following
behavior during automation.
* Source/WebCore/page/EventHandler.cpp:
(WebCore::EventHandler::handleMouseReleaseEvent):
Canonical link: https://commits.webkit.org/309440@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications