[Webkit-unassigned] [Bug 85343] Cursor change fires mousemove event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 18 19:19:59 PST 2012


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





--- Comment #10 from Rick Byers <rbyers at chromium.org>  2012-11-18 19:21:55 PST ---
(From update of attachment 173492)
View in context: https://bugs.webkit.org/attachment.cgi?id=173492&action=review

> LayoutTests/fast/events/mouse-cursor-no-mousemove.html:42
> +    }, 10);

We shouldn't rely on specific time outs like this in tests.  It's either going to be flaky (under load not long enough) or waste time doing nothing.  Is setTimeout 0 not enough here for the style change to take effect?

> LayoutTests/fast/events/mouse-cursor-no-mousemove.html:48
> +    }, 50);

If you've already verified you've got the new cursor, then it shouldn't be necessary to wait any longer, right?  Once you change it, does this test fail reliably before your fix?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list