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

Mouse ownership and components #1056

Open
corranwebster opened this issue May 18, 2023 · 0 comments
Open

Mouse ownership and components #1056

corranwebster opened this issue May 18, 2023 · 0 comments

Comments

@corranwebster
Copy link
Contributor

In the report for enthought/chaco#519 I suspect that we are seeing odd interactions because BetterSelectingZoomTool is both an overlay and a tool. I think care needs to be taken in situations where we have an interactor that dispatches to other interactors and also has mouse ownership - dispatch may be different in those cases (eg. it perhaps shouldn't dispatch to other interactors which may want to take ownership of the mouse) so for example a Component shouldn't try to dispatch to Tools it owns.

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

No branches or pull requests

1 participant