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
When the document picture-in-picture window is open, double clicking in it produces an error "Uncaught (in promise) TypeError: Fullscreen is not supported".
In the console an erro is shown "Uncaught (in promise) TypeError: Fullscreen is not supported"
Errors
video.es.js:26045 Uncaught (in promise) TypeError: Fullscreen is not supported
at An.requestFullscreenHelper_ (video.es.js:26045:44)
at video.es.js:26016:28
at new Promise ()
at An.requestFullscreen (video.es.js:25998:12)
at An.handleTechDoubleClick_ (video.es.js:25039:16)
at An.boundHandleTechDoubleClick_ (video.es.js:23420:50)
at s.dispatcher.s.dispatcher (video.es.js:2511:31)
What version of Video.js are you using?
Latest
Video.js plugins used.
No response
What browser(s) including version(s) does this occur with?
Chrome 129, Edge 129
What OS(es) and version(s) does this occur with?
Windows, Linux, MacOS
The text was updated successfully, but these errors were encountered:
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
Description
When the document picture-in-picture window is open, double clicking in it produces an error "Uncaught (in promise) TypeError: Fullscreen is not supported".
Reduced test case
https://videojs.com/city
Steps to reproduce
Errors
video.es.js:26045 Uncaught (in promise) TypeError: Fullscreen is not supported
at An.requestFullscreenHelper_ (video.es.js:26045:44)
at video.es.js:26016:28
at new Promise ()
at An.requestFullscreen (video.es.js:25998:12)
at An.handleTechDoubleClick_ (video.es.js:25039:16)
at An.boundHandleTechDoubleClick_ (video.es.js:23420:50)
at s.dispatcher.s.dispatcher (video.es.js:2511:31)
What version of Video.js are you using?
Latest
Video.js plugins used.
No response
What browser(s) including version(s) does this occur with?
Chrome 129, Edge 129
What OS(es) and version(s) does this occur with?
Windows, Linux, MacOS
The text was updated successfully, but these errors were encountered: