-
Notifications
You must be signed in to change notification settings - Fork 3k
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
console.lua: disable cursor autohide while selector is open #15822
base: master
Are you sure you want to change the base?
Conversation
I'm not sure if this is needed anyway but note that I already implemented a proper background with a horizontal hitbox so you can close by clicking outside of it horizontally, I'm just waiting for #15711 to be merged: We can then unbind right click like you asked if wanted. |
Download the artifacts for this pull request: |
this looks pretty nice, similar to uosc, I have just tried the uosc and the cursor cannot be hidden while menu is open. |
Yeah I blatantly copied uosc's menu since it looked better. |
Since #15711 got merged, do we need this anymore? |
I think we still need this since uosc has same behavior. |
Needs rebase. Since you can now seamlessly go from I'm not sure on the other hand if disabling Edit: actually this is much trickier now since you can do |
This is an improvement on mpv-player#15145 . If the cursor is automatically hidden, users may not know whether they are clicking on the inside or outside of selectable items, the result after clicking is unclear to them.
retrieve value can also move into bind_mouse(). |
This is an improvement on #15145 .
If the cursor is automatically hidden, users may not know whether they are clicking on the inside or outside of selectable items, the result after clicking is unclear to them.