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
Describe the bug Initial discussion about this issue was created on uosc repo tomasklaen/uosc#615.
No matter the configuration, mpv.net seems to be blocking(?) mouse-up events and breaking scripts that rely on them, the mentioned uosc discussion has a video showcasing it in that case, but same issues happen in other scripts like crop.lua where the cropping action doesn't properly execute unless mpv.net is in fullscreen.
Try to change volume by clicking on uosc's volume bar or initialize cropping(with hotkey) by clicking on video.
Expected behavior
In case of uosc: The volume bar shouldn't be locked to the mouse cursor like LMB is still being held after clicking on it.
In case of crop: The cropping overlay should initialize after using the hotkey+LMB rather than locking it in mouse-down state.
Screenshots
uosc.mpv.net.mp4
Additional context
All of those examples work without any issues when mpv.net is in fullscreen/maximized state, so it might be connected to dragging action, but i can't be sure since --no-window-dragging doesn't seem to do anything in mpv.net. It might also be connected to previously reported #533 issue
Describe the bug
Initial discussion about this issue was created on uosc repo tomasklaen/uosc#615.
No matter the configuration, mpv.net seems to be blocking(?) mouse-up events and breaking scripts that rely on them, the mentioned uosc discussion has a video showcasing it in that case, but same issues happen in other scripts like crop.lua where the cropping action doesn't properly execute unless mpv.net is in fullscreen.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
In case of uosc: The volume bar shouldn't be locked to the mouse cursor like LMB is still being held after clicking on it.
In case of crop: The cropping overlay should initialize after using the hotkey+LMB rather than locking it in mouse-down state.
Screenshots
uosc.mpv.net.mp4
Additional context
All of those examples work without any issues when mpv.net is in fullscreen/maximized state, so it might be connected to dragging action, but i can't be sure since
--no-window-draggingdoesn't seem to do anything in mpv.net. It might also be connected to previously reported #533 issuev6.0.4.0-stableWIN10 21H2