RESOLVED FIXED 199497
[ContentChangeObserver] Limit mouseOut dispatching after synthetic click to YouTube.com
https://bugs.webkit.org/show_bug.cgi?id=199497
Summary [ContentChangeObserver] Limit mouseOut dispatching after synthetic click to Y...
zalan
Reported 2019-07-04 06:47:41 PDT
Attachments
Patch (14.94 KB, patch)
2019-07-04 08:02 PDT, zalan
no flags
Patch (15.00 KB, patch)
2019-07-04 10:21 PDT, zalan
no flags
Patch (14.81 KB, patch)
2019-07-04 14:50 PDT, zalan
no flags
zalan
Comment 1 2019-07-04 08:02:32 PDT
zalan
Comment 2 2019-07-04 10:21:46 PDT
Wenson Hsieh
Comment 3 2019-07-04 13:05:09 PDT
Comment on attachment 373469 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=373469&action=review > LayoutTests/fast/events/touch/ios/content-observation/mouse-out-event-should-not-fire-on-click.html:33 > + let rect = tapthis.getBoundingClientRect(); > + let x = rect.left + rect.width / 2; > + let y = rect.top + rect.height / 2; > + > + await tapAtPoint(x, y); Just FYI, `UIHelper.activateElement(tapThis);` should work too — up to you.
zalan
Comment 4 2019-07-04 14:50:05 PDT
WebKit Commit Bot
Comment 5 2019-07-04 15:32:40 PDT
Comment on attachment 373472 [details] Patch Clearing flags on attachment: 373472 Committed r247145: <https://trac.webkit.org/changeset/247145>
WebKit Commit Bot
Comment 6 2019-07-04 15:32:41 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.