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

UI elements ignore mouse #54

Open
essial opened this issue Feb 10, 2018 · 0 comments
Open

UI elements ignore mouse #54

essial opened this issue Feb 10, 2018 · 0 comments

Comments

@essial
Copy link

essial commented Feb 10, 2018

If you create a UI element underneath the mouse, the element never gets the mouse over event. When an element gets created, there should be something that checks the mouse position and pro-actively triggers the mouse move event on that widget so the user does not have to move the mouse a pixel in a direction to allow clicking. This can be easily tested by creating a button underneath the mouse on right-click, and observe the button is unresponsive to clicks and is not highlighted until you move your mouse a pixel or two. This affects all controls, not just buttons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants