Bug 197295

Summary: Only send a synthetic mouse out event if synthetic mouse move events were sent
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: UI EventsAssignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Timothy Hatcher 2019-04-25 14:14:05 PDT
On iOSMac we should not send synthetic mouse out events, unless synthetic mouse move events are sent.

<rdar://problem/49040233>
Comment 1 Timothy Hatcher 2019-04-25 14:17:25 PDT
Created attachment 368269 [details]
Patch
Comment 2 WebKit Commit Bot 2019-04-25 15:08:46 PDT
The commit-queue encountered the following flaky tests while processing attachment 368269 [details]:

http/tests/security/contentSecurityPolicy/report-status-code-zero-when-using-https.html bug 197297 (author: dbates@webkit.org)
The commit-queue is continuing to process your patch.
Comment 3 WebKit Commit Bot 2019-04-25 15:09:33 PDT
Comment on attachment 368269 [details]
Patch

Clearing flags on attachment: 368269

Committed r244667: <https://trac.webkit.org/changeset/244667>
Comment 4 WebKit Commit Bot 2019-04-25 15:09:34 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Simon Fraser (smfr) 2019-04-25 15:51:06 PDT
No testcase?