CesiumGS / cesium

An open-source JavaScript library for world-class 3D globes and maps :earth_americas:
https://cesium.com/cesiumjs/
Apache License 2.0
13.01k stars 3.51k forks source link

VideoSynchronizer broken in Edge #7082

Closed hpinkos closed 1 year ago

hpinkos commented 6 years ago

At least the 'Clock synchronization' button in this example doesn't work anymore: https://cesiumjs.org/Cesium/Build/Apps/Sandcastle/?src=Video.html

Probably broken by #6789

mramato commented 6 years ago

I just tested this in master as part of the preUpdate changes @lilleyse put in. What browser/OS are you using?

mramato commented 6 years ago

Just verified with head of master again and it works as expected for me.

hpinkos commented 6 years ago

Oh sorry, I thought I had tested this in a few different browsers. But it looks like it's working in Chrome but not in Edge. The 1.45 release seems to work in edge but the more recent releases do not

jjhembd commented 1 year ago

The example works OK in the current version of Edge. Probably Edge's switch to a chromium backend fixed the problem.