Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Some elements not shown in fullscreen #894

Closed
SteveAATW opened this issue Jul 19, 2015 · 3 comments
Closed

Some elements not shown in fullscreen #894

SteveAATW opened this issue Jul 19, 2015 · 3 comments
Assignees
Milestone

Comments

@SteveAATW
Copy link

When using the player with playlist functionality where the fp-next and fp-prev controls are overlayed on top of the player itself, when the player is sent full screen, the fp-next control disappears.

This is visible on the demo of the functionality: http://demos.flowplayer.org/playlist/prev-next-overlayed.html

screen shot 2015-07-19 at 23 45 19

screen shot 2015-07-19 at 23 45 26

Looking at the rendered HTML, it appears the fp-next anchor is created outside the fp-player div, whilst the fp-prev control is inside of it.

screen shot 2015-07-19 at 23 42 10

By moving the fp-next anchor inside the fp-player div, the control becomes visible again in full screen mode.

@phloxic
Copy link
Contributor

phloxic commented Jul 19, 2015

@SteveAATW, well spotted, thank you. I somehow managed to forget to report this when reworking the demos.

@phloxic phloxic added this to the 6.0.3 milestone Jul 19, 2015
nnarhinen added a commit that referenced this issue Jul 22, 2015
@nnarhinen
Copy link
Contributor

http://demos.896f.flowplayer.me/playlist/prev-next-overlayed.html

Seems to fix the problem. (Icons not working on the adhoc site, but that's not related)

@phloxic
Copy link
Contributor

phloxic commented Jul 22, 2015

Confirming that this fixes the problem. .fp-prev and .fp-next both inside .fp-player wrapper.

@nnarhinen nnarhinen changed the title fp-next playlist overlayed control not visible in full screen mode Some elements not shown in fullscreen Jul 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants