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
Since the update to 5.0.0-rc60, I cannot play/pause the video by clicking somewhere on the video-element any more. Used to work, now it doesn't on chrome, firefox and safari on mac. The issue is independent of the used media format, fails on both mp4 and webm.
The text was updated successfully, but these errors were encountered:
This is because #2499 made usingNativeControls call addTechControlsListeners because there are some cases where it wouldn't get called otherwise. In some cases, addTechControlListeners would get called twice and so two handlers would get called which would cancel each other out.
Working on a fix. First, I'll make sure that addTechControlsListeners always removes the listeners before re-adding. Then, I'll see whether there's a way to simplify when addTechcontrolsListeners get added.
Since the update to 5.0.0-rc60, I cannot play/pause the video by clicking somewhere on the video-element any more. Used to work, now it doesn't on chrome, firefox and safari on mac. The issue is independent of the used media format, fails on both mp4 and webm.
The text was updated successfully, but these errors were encountered: