[Webkit-unassigned] [Bug 107288] Race condition when toggling classes disabling CSS transitions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 18 09:13:06 PST 2013


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





--- Comment #3 from Michał Z. Gołębiowski <m.goleb+bugzilla at gmail.com>  2013-01-18 09:14:54 PST ---
Besides, look at:
http://jsfiddle.net/m_gol/3hwjC/16/
There is no single place in this code where I'd do two or more style assignments without wrapping the second one in setTimeout with a large timeout and is still doesn't work in WebKit.

It seems className changes are batched together with style changes. Is it expected behavior? Other browsers don't do this (tested in Firefox, Opera & IE10).

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