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

Make window mouse events consistent when views are present #54

Open
capr opened this issue Sep 22, 2015 · 0 comments
Open

Make window mouse events consistent when views are present #54

capr opened this issue Sep 22, 2015 · 0 comments

Comments

@capr
Copy link
Member

capr commented Sep 22, 2015

Current situation:

Windows: behaves as if the window has a hole around the view (i.e. the window receives mouseleave when moving from the window area to the view area and viceversa -- it gets mouseenter when moving from the view area to the window area).
OSX: behaves as if the view is not even there (the window doesn't receive mouseleave when moving from window area to view area).
X11: behaves like Windows, but with an added dose of crazy as usual: when moving the mouse directly from a different window over a view, it causes both the window and the view to receive mouseenter events.

Solutions:

  • easy/logical: emulate Windows behavior in OSX, see if we can fix X11 mouseenter blunder
  • hard/benefits not apparent: emulate OSX behavior in X11 and Windows
@capr capr added this to the r3 milestone Sep 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant