bitmovin / bitmovin-player-ui

The Bitmovin Adaptive Streaming Player UI
MIT License
126 stars 87 forks source link

Also reset seekbar on `blur` #651

Open Andr3wid opened 1 month ago

Andr3wid commented 1 month ago

Description

Certain devices / some TVs don't seem to emit a mouseleave event when navigating with a remote-control or keyboard, causing the seekbar state to not get reset when it loses focus. Adding the blur event to the seekbar reset event-listener fixes the issue.

Checklist (for PR submitter and reviewers)