[Webkit-unassigned] [Bug 185072] [GTK] Some event tests failing after r230817

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 03:10:15 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=185072

--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com> ---
The problem with messages handled in different order is because WTR uses fully sync mode for testing for their events, but crossing events are not generated by WTr, but by the xserver (or GTK+, I'm not sure). That confuses everything and sometimes a move after a press or release can be processed before the press or release. I think we can simply ignore crossing events during testing, since WTR never generates them.

-- 
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/20180503/ec89b88b/attachment-0001.html>


More information about the webkit-unassigned mailing list