[Webkit-unassigned] [Bug 55104] Timer-based events should inherit the user gesture state of their originating event in certain cases.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 11 19:20:01 PST 2011


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





--- Comment #1 from Andy Estes <aestes at apple.com>  2011-03-11 19:20:01 PST ---
>From my testing of Firefox 4, they implement the following restrictions when forwarding gesture state to timer events:

1) Events fired from setTimeout() only inherit the gesture state if they fire within 1000 ms of the user gesture.
2) Only the first firing of a setInterval() event gets the gesture state (and only if it was within 1000 ms of the user gesture).

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