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

When setting hideOnMouseLeave to true, controls are not displayed anymore when moving the mouse in the paused player #1550

Open
akkie opened this issue Jan 2, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@akkie
Copy link

akkie commented Jan 2, 2025

Current Behavior:

If I set hideOnMouseLeave = true then the controls are hidden when the mouse leaves the player. When I re-enter the player, the controls are shown, but if they are hidden by `hideDelay', they are not shown anymore when I move the mouse inside the player. The controls are only shown again when I leave the player and re-enter it. But then the same thing happens when I move the mouse inside the player. This behaviour only occurs when the player is paused. If it plays the video, then all works as expected.

Expected Behavior:

The controls should show up when I set hideOnMouseLeave = true and move the mouse inside the player after re-entering.

Steps To Reproduce:

Steps to reproduce the behavior:

  1. Set hideOnMouseLeave = true
  2. Press pause
  3. Leave the player
  4. Enter the player
  5. Wait till the controls are hidden
  6. Move the mouse
  7. The controls are not displayed

Reproduction Link

Environment:

  • Device: Mac M1
  • OS: macOS 15.2
  • Browser: Chrome 131.0.6778.205, Firefox 133.0.3
@akkie akkie added the bug Something isn't working label Jan 2, 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