You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
hideOnMouseLeave = true
Reproduction Link
Environment:
The text was updated successfully, but these errors were encountered: