[Webkit-unassigned] [Bug 67959] Switching to previously-active tab disrupts html5 animations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 12 23:32:16 PDT 2011


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





--- Comment #2 from Matthew Delaney <mdelaney at apple.com>  2011-09-12 23:32:16 PST ---
By the platform choice of 10.6, did you mean to say that this bug only reproduces on 10.6?

Which canvas animations are you referring to? Also, since canvas animations are always driven by the firing of dom timers, the only thing I could imagine WebKit doing improperly that would cause this behavior would be giving timers sooner than requested. Furthermore, firing timers sooner would only cause this issue if the animation code of the site relied on getting the timers at the requested intervals - which is something that's not guaranteed. Thus, my guess is that the animation code of the site is the reason for the "faster rate". Though, if we're also consistently firing off timers faster than requested, then that sounds like a legitimate issue to investigate.

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