-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
mouseClickable shouldn't fire click when detectTransformGestures on parent handles gesture #1779
Comments
Fixed in JetBrains/compose-multiplatform-core#178. By the way, Also it doesn't support detection of simultaneously pressed buttons (right click when the left button is pressed, for example). We tried to introduce info about pressed buttons in the past into common |
Fixed in 1.1.0-alpha04 |
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks. |
Drag your mouse over the following text. Observe that mouse click fires on the child despite the fact a pan gesture was detected by the parent. Issue appears to be on the desktop side in mouseClickable . We normally/should solve this by watching for consumed events while waiting for the "up". See waitForUpOrCancellation as an example.
cc @igordmn @olonho
The text was updated successfully, but these errors were encountered: