You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Current state
Currently the innermost
Detector
always catches the interaction. There are cases when an additionalDetector
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 theDetector
higher up the tree.The text was updated successfully, but these errors were encountered: