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

Prevent taps from bleeding through to lower level controls #12464

Closed
wants to merge 1 commit into from

Conversation

DonLakeFlyer
Copy link
Contributor

Fix #12453

@DonLakeFlyer
Copy link
Contributor Author

@s-lisovenko Can you give this a try?

@s-lisovenko
Copy link
Contributor

@s-lisovenko Can you give this a try?

I'll try on Monday. I don't remember exactly, but it seems like this solution didn't work in my case, the signal leaked even if the draghandler was removed. but, I tried it on qt 6.8.0. In my case, adding TapHandler helped. I'll look at this fix again, if not, then you can use the solution with taphandler.

@DonLakeFlyer
Copy link
Contributor Author

the signal leaked even if the draghandler was removed

Hmm, interesting. I found the exact opposite. This whole bleed through by default in qml seems ass-backwards to me.

@s-lisovenko
Copy link
Contributor

Didn't help me. I don't understand how it was fixed for you? I checked on both Ubuntu 22 and MacOS 15 apple silicon, tеhe only thing that helps in this case is add TapHandler to whole control.

@s-lisovenko
Copy link
Contributor

s-lisovenko commented Feb 16, 2025

@DonLakeFlyer I have prepared a PR #12468 that fix this issue.

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.

Clicking the mouse button causes the action to pass through the Value Slider control to the map
2 participants