Ticket #1372 (closed bug: fixed)
Fullscreen button doesn't toggle properly in Safari
| Reported by: | pablo | Owned by: | pablo |
|---|---|---|---|
| Priority: | Milestone: | Player 5.8 | |
| Component: | html5 | Keywords: | |
| Cc: | Forum thread: | http://www.longtailvideo.com/support/forums/jw-player/bug-reports/20740/html5-fullscreen-behavior-issue |
Description
From Richard Long:
The issue occurs when I play movie_a (which does go fullscreen), followed by playing any other movie in the list (we'll call it movie_b for now). At this point movie_b does _not_ go fullscreen. The fullscreen button on the control bar _does_ highlight when clicked, but does not activate fullscreen. Now play movie_c, and it will go fullscreen. Play movie_d, and the fullscreen button highlights, but no fullscreen. Go back and play movie_b (the second one, the one that did not go fullscreen) and it will go fullscreen. Seemingly because of it's position in the sequence.
Change History
comment:1 Changed 23 months ago by pablo
- Summary changed from Fullscreen button doesn't toggle properly in Safari for Windows to Fullscreen button doesn't toggle properly in Safari
comment:2 Changed 23 months ago by jeroen
I also ran into this issue when working on the HD plugin. I encoutered two problems:
- When clicking fullscreen before the video plays, the player will report fullscreen==true, but Safari won't jump fullscreen. From then on, it's impossible to get out of that state.
- When clicking fullscreen when the video is playing, the player does not send the fullscreen=true attribute with the onFullscreen event. When exiting, it does send the fullscreen attribute, but then sets it true while it should be false (b/c you're exiting).
Note: See
TracTickets for help on using
tickets.
