Bug 197295 - Only send a synthetic mouse out event if synthetic mouse move events were sent
Summary: Only send a synthetic mouse out event if synthetic mouse move events were sent
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-04-25 14:14 PDT by Timothy Hatcher
Modified: 2019-04-25 15:51 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.95 KB, patch)
2019-04-25 14:17 PDT, Timothy Hatcher
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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?