[Webkit-unassigned] [Bug 60881] [Qt] Inspector may close at the start of the next inspector test in DRT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 9 11:41:37 PDT 2011


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





--- Comment #15 from Zoltan Herczeg <zherczeg at webkit.org>  2011-06-09 11:41:36 PST ---
(In reply to comment #14)
> If I'm reading your comments correctly Zoltan, the fix may be to ensure that EventSender sends events in the order they were received. This is a problem with EventSender that affects other tests too, particularly Drag n Drop, and cases where EventSender.skipForward() (or whatever it's called) is used.

http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#dom-windowtimers-settimeout

says:

8. Wait until any invocations of this algorithm started before this one
whose timeout is equal to or less than this one's have completed.

It seems this behaviour might be expected by the standard as well, although I am not sure what "Living Standard" means, and how trustworthy the link above.

-- 
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