RESOLVED WONTFIX 31113
[Qt] When using multiple evaluateJavaScript statements in sequence that triggers animations the animations may fail
https://bugs.webkit.org/show_bug.cgi?id=31113
Summary [Qt] When using multiple evaluateJavaScript statements in sequence that trigg...
Tor Arne Vestbø
Reported 2009-11-04 03:07:30 PST
Noticable in the Qt fancy browser example
Attachments
transformBug.tar.bz2 (20.32 KB, application/octet-stream)
2009-11-06 09:24 PST, Jocelyn Turcotte
no flags
Jocelyn Turcotte
Comment 1 2009-11-06 09:24:27 PST
Created attachment 42656 [details] transformBug.tar.bz2 This is a modified version of the fancybrowser example that highlight the problem. This seems to only happen if we use jQuery to iterate and if we set the -webkit-transition and -webkit-transform properties in two different calls of evaluateJavaScript. If we don't use jQuery to iterate or if we do the two iterations in one call to evaluateJavaScript, the bug does not occur.
Benjamin Poulain
Comment 2 2011-01-30 09:10:19 PST
CSS transform and animation only works if the value is not "changed programmatically", which in practice means you have to enter the event loop once before two change of value. Isn't that the problem here?
Noam Rosenthal
Comment 3 2012-02-21 12:49:26 PST
This is an ancient bug, and deals with the side effects of evaluateJavaScript on animations, which is out of scope for anyone :) If someone feels strongly about this, please reopen.
Note You need to log in before you can comment on or make changes to this bug.