-
Notifications
You must be signed in to change notification settings - Fork 13
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
Always show seekbar tooltip info while dragging #306
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
It mostly works well (way better than current behavior) but with a couple glitches like the one you mentioned:
There's another glitch, if you drag the progress bar to the beginning or end of the file, click and drag the maximize button, the thumbnail will show up. mpv_9ca9zhdBFY.mp4 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Test script: force_tooltip/modernz.lua # modernz.conf
# enable the option to force seek tooltip
force_seek_tooltip=yes Changes:
|
That is brilliant ! Great job and thank you so much. :) |
My pleasure. I won't merge immediately, just in case an unexpected behavior shows up. |
Expected behavior of the wanted feature
Current behavior
All seekbar information (thumbnail, time stamp, chapter title) disappears unless you're hovering the seek handle.
Desired behavior
Keep all seekbar information prominent even if mouse cursor drifts off the handle while dragging.
The text was updated successfully, but these errors were encountered: