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

Smarter event area assignment #6

Open
stasgora opened this issue Apr 3, 2021 · 0 comments
Open

Smarter event area assignment #6

stasgora opened this issue Apr 3, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@stasgora
Copy link
Owner

stasgora commented Apr 3, 2021

Current state

Currently the innermost Detector always catches the interaction. There are cases when an additional Detector has to be placed due to a scrollable list but the current content does not overflow the widget area.

Solution

Every Detector that handles a scrollable area should be able to detect if there is currently any content overflow. If not there is no need to process that area in separation and the event should propagate to the Detector higher up the tree.

@stasgora stasgora added the enhancement New feature or request label Apr 3, 2021
@stasgora stasgora self-assigned this Apr 7, 2021
@stasgora stasgora added this to To do in Round Spot Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant