
Video disappears when switching to fullscreen from modal window
Hi all,
in an Ember.js project, I am loading JW Player inside a modal window provided by Semantic UI (http://semantic-ui.com/modules/modal.html).
Loading and playing work as expected, but if I click the fullscreen button, the modal and video disappear from the screen (although it’s still playing because I can hear the audio track). If I exit from fullscreen, both the modal and the video come back.
I have put together a simpler test case that does not use Ember, but that exhibits what I think is a similar problem. You can grab the code here (remember to add a valid JW Player API key): https://gist.github.com/michelegera/c888245b2347e3a9fe0a
If you click on the button, a modal with a video should open. Play the video and then switch to full screen, you should see the erratic behaviour.
Is there any way to fix this?
Thanks,
Michele