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

Allow tapped events with mouse movement to reach underlying widgets in Scroll #4528

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dweymouth
Copy link
Contributor

Description:

Remove Draggable interface from internal/widget/scroll to ensure that it won't unnecessarily swallow tap events if the mouse moves during the tap. Scrolling for mobile has been handled by the driver directly for awhile so the Draggable interface for mobile was redundant.

Fixes #4384

Checklist:

  • Tests included.
  • Lint and formatter run with no errors.
  • Tests all pass.

Where applicable:

  • Public APIs match existing style and have Since: line.
  • Any breaking changes have a deprecation path or have been discussed.
  • Check for binary size increases when importing new modules.

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

Successfully merging this pull request may close these issues.

None yet

1 participant