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

SwipeGestureHandler works better when it has a TouchArea inside it #6543

Open
NigelBreslaw opened this issue Oct 14, 2024 · 1 comment
Open
Labels
a:builtin elements The runtime data structures related to the items (mO,bT) bug Something isn't working
Milestone

Comments

@NigelBreslaw
Copy link
Member

See this example

When working on the side bar for a recent demo it was noticed that it was a lot easier to get the swipe to work when there was a touchArea inside the SwipeGestureHandler. Expected behaviour is that the SwipeGestureHandler works just as well without a TouchArea inside it?

@NigelBreslaw NigelBreslaw added the need triaging Issue that the owner of the area still need to triage label Oct 14, 2024
@ogoffart ogoffart added bug Something isn't working a:builtin elements The runtime data structures related to the items (mO,bT) and removed need triaging Issue that the owner of the area still need to triage labels Oct 14, 2024
@ogoffart
Copy link
Member

indeed, i think that's because we don't grab the mouse if there is no touch area, but we should

@ogoffart ogoffart added this to the 1.9 milestone Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:builtin elements The runtime data structures related to the items (mO,bT) bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants