Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 14a440f03caeaea2f97968535be8f80c30ca950c
https://github.com/WebKit/WebKit/commit/14a440f03caeaea2f97968535be8f80c30ca950c
Author: Abrar Rahman Protyasha <[email protected]>
Date: 2026-03-20 (Fri, 20 Mar 2026)
Changed paths:
M Source/WebKit/WebProcess/Plugins/PluginView.cpp
Log Message:
-----------
[AppKit Gestures] REGRESSION(309295@main): PDF form fields unexpectedly
focused after automated input
https://bugs.webkit.org/show_bug.cgi?id=310324
rdar://172971256
Reviewed by Aditya Keerthi.
Automated input should not lead to PDF interactions. In 309295@main, the
mouse tracking GR we added undid this assumption since it continuously
produces a stream of mouse events that funnel through EventHandler into
the plugin. In this patch, we restore status quo by ducking out of the
way for automation inputs.
* Source/WebKit/WebProcess/Plugins/PluginView.cpp:
(WebKit::PluginView::handleEvent):
Canonical link: https://commits.webkit.org/309603@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications