NEW 164970
REGRESSION: Applying CSS transforms to elements visually above a <canvas> causes flashing
https://bugs.webkit.org/show_bug.cgi?id=164970
Summary REGRESSION: Applying CSS transforms to elements visually above a <canvas> cau...
Devin Rousso
Reported 2016-11-18 16:53:57 PST
I just noticed this on my website <http://devinrousso.com>. If you mouse over one of the header links ("About", "Projects", "Resume", "Contact"), everything else with a CSS transform will suddenly flash (noticeably). This appears to be caused by the JS animation that I am running with <canvas> which is "underneath" this content (you can see the code for this at <http://devinrousso.com/code/ui/js/common.js#312>).
Attachments
[Animated GIF] Video of Issue (4.57 MB, image/gif)
2016-11-18 16:55 PST, Devin Rousso
no flags
Devin Rousso
Comment 1 2016-11-18 16:55:05 PST
Created attachment 295224 [details] [Animated GIF] Video of Issue
Simon Fraser (smfr)
Comment 2 2016-11-18 16:59:15 PST
There's some z-order flipping happening, related to the animations. Not sure why.
Radar WebKit Bug Importer
Comment 3 2016-12-01 12:42:47 PST
Note You need to log in before you can comment on or make changes to this bug.