animationend events delay and setTimeout
Categories
(Web Compatibility :: Desktop, defect, P1)
Tracking
(Webcompat Priority:?, firefox72 affected)
People
(Reporter: karlcow, Unassigned)
References
(Regression, )
Details
(Keywords: webcompat:contact-ready)
- With Firefox on Android
- Go to https://cloud.google.com/appengine/
- tap on the top left 3 bars icon to open the menu.
Sometimes the menu open with content,
sometimes without content.
You may have to try a couple of times.
See the diagnosis of Thomas in
https://webcompat.com/issues/19363#issuecomment-513335979
Emilio said:
We may want to delay animationend events as well for example, maybe... It's weird to setTimeout(foo, 1000), starting an animations of 2s duration, and getting animationend before the setTimeout.
Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Thomas' diagnosis is fairly accurate - it appears they simply coded in an assumption that a particular timeout would occur before a particular other event. The web specs make no such guarantee; they merely say the order timeouts will fire in, and that they will be after the target time. This is in fact a webcompat bug of Google's.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 2•4 years ago
|
||
Karl, can you get this to reproduce? I've tried about 10 times over 2 days, and possibly the site was redesigned?
Reporter | ||
Comment 3•4 years ago
|
||
Yes the code has been totally changed.
Updated•3 years ago
|
Description
•