[Webkit-unassigned] [Bug 16271] Don't fire a mousemove event when a modifier key is pressed
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 29 13:22:37 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=16271
Simon Fraser (smfr) <simon.fraser at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |simon.fraser at apple.com
--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
In WebKit2 this comes out of this code:
m_flagsChangedEventMonitor = [NSEvent addLocalMonitorForEventsMatchingMask:NSEventMaskFlagsChanged handler:[weakThis] (NSEvent *flagsChangedEvent) {
if (weakThis)
weakThis->postFakeMouseMovedEventForFlagsChangedEvent(flagsChangedEvent);
return flagsChangedEvent;
}];
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210729/c8240488/attachment.htm>
More information about the webkit-unassigned
mailing list