You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2025. It is now read-only.
// Video surface sometimes (depends on the video codec) disappears from CSS column (i.e. reflow page) during playback (audio continues to play normally, but video canvas is invisible).
20529
-
// Enabling CSS3D fixes this Chrome-specific rendering bug.
20528
+
// TODO: how to address this correctly across all the affected platforms?!
20529
+
// Video surface sometimes (depends on the video codec) disappears from CSS column (i.e. reflow page) during playback
20530
+
// (audio continues to play normally, but video canvas is invisible).
// by commenting the code below (which unfortunately only works with some GPU / codec configurations,
20534
+
// but actually fails on several other machines!!)
20535
+
/*
20530
20536
if(window.chrome
20531
20537
&& window.navigator.vendor === "Google Inc.") // TODO: Opera (WebKit) sometimes suffers from this rendering bug too (depends on the video codec), but unfortunately GPU-accelerated rendering makes the video controls unresponsive!!
0 commit comments