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
The fullscreen bug from adapt-contrib-framework #1478 ("making video fullscreen triggers the inview handler of the component underneath") does not seem to have been completely fixed or has stopped working with newer browsers.
Subject of the issue
The fullscreen bug from adapt-contrib-framework #1478 ("making video fullscreen triggers the inview handler of the component underneath") does not seem to have been completely fixed or has stopped working with newer browsers.
This is the current fix:
https://github.com/adaptlearning/adapt-contrib-media/blob/master/libraries/mediaelement-fullscreen-hook.js
Your environment
Steps to reproduce
Expected behaviour
inview components stay incomplete.
Actual behaviour
inview components are completed.
Screen recordings
In both examples below, I'm setting the component background color to pink once completed to assist with testing.
Example 1
Here, I immediately click on the fullscreen button and then exit. The subsequent Text component is immediately completed.
fullscreen1.mp4
Example 2
In this recording, I first play the video. Then, I enter and exit fullscreen mode five times. On the last time, the Text component is completed.
fullscreen2.mp4
The text was updated successfully, but these errors were encountered: