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

Windows - The slider control cannot be moved when you move the mouse away from the slider control even if you have the click pressed #7

Open
Sergtek opened this issue May 18, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Sergtek
Copy link
Contributor

Sergtek commented May 18, 2022

In Android if you can move the slider if you initially touch it with your finger it allows you to continue moving it even if you move your finger away from the slider. This only happens on Windows.

On Windows the EndInteraction event is fired when the mouse is not over the slider while you are sliding it, it is not ideal because many users may be moving the slider and may accidentally move the mouse a bit off the slider which would force the user to click the slider again and slide it again.

2022-05-18 16-42-11

However the .NET MAUI slider can still move even if the mouse is not right on top of the slider, as long as the slider is initially pressed it allows you to move the slider without having to have the mouse over it all the time:

2022-05-18 16-50-14

@jsuarezruiz jsuarezruiz added the bug Something isn't working label May 22, 2022
@jsuarezruiz jsuarezruiz self-assigned this May 22, 2022
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

2 participants