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

Gestures: Having option to set exception elements over which capture logic should be second priority would be nice #52

Open
michaelelfial opened this issue Mar 7, 2022 · 0 comments
Assignees
Labels
Nice to have Not urgent, but desirable

Comments

@michaelelfial
Copy link
Contributor

Sometimes there are important elements that should be allowed to listen to the pointer events instead of the capture logic which may treat them as part of the capture area for a certain task. This may lead to "asymmetric" behavior, but will be preferred than crippling the elements from their functionality. So, exception elements/areas limiting the capture to the events targeting the container only or the container and some elements will help to perfect UI behavior in edge cases.

@michaelelfial michaelelfial added the Nice to have Not urgent, but desirable label Mar 7, 2022
@michaelelfial michaelelfial self-assigned this Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Nice to have Not urgent, but desirable
Projects
None yet
Development

No branches or pull requests

1 participant