Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Controls hidden if player is paused, but should be visible #1572

Open
S-Braeutigam opened this issue Feb 6, 2025 · 0 comments
Open

Controls hidden if player is paused, but should be visible #1572

S-Braeutigam opened this issue Feb 6, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@S-Braeutigam
Copy link

Current Behavior:

According to controlsDelay in the documentation of the mediaplayer props the delay is only hides the controls while media playback is progression. To our understanding this means on the other hand that the controls should be always visible when the media playback is paused, yet the controls are also hidden.

In simple terms:
Player is playing -> hide controls after value of "controlsDelay"
Player is paused -> always show controls

Expected Behavior:

The controls should not be hidden if the player is paused.

Steps To Reproduce:

Play the media, pause the media and move the mouse away from the player.

Reproduction Link:
https://codesandbox.io/p/sandbox/mantine-react-template-forked-my3zzl?file=%2Fsrc%2FApp.tsx%3A15%2C62

@S-Braeutigam S-Braeutigam added the bug Something isn't working label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant