bitmovin / bitmovin-player-ui

The Bitmovin Adaptive Streaming Player UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seekbar markers overflowing player in some UI configurations

oberhamsi opened this issue · comments

at the left and right end of the seekbar the markers don't check if they are overflowing the player. this can lead to the markers being partially invisible.

i removed paddings and the playbacktimelabels in the demo player to show this behavior:

image

ideally, if the marker becomes visible it would check it's bounding rect and move left/right if it overflows the player.

@oberhamsi just to be sure we are fully aligned, you're talking about the seekbarlabel (where the time and potentially title or thumbnails are displayed in, which shows the 03:20 in your screenshot) and not the timelinemarker (the "vertical white lines" on the seekbar in your screenshot), correct?

Or put differently, your issue is the same as #569?

Thanks for confirming. Based on that, I'm closing this ticket in favor of #569 as they're duplicates and I think the other ticket outlines the problem quite well.