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

Qt 6.8: Native tooltips for Navigation bar #11951

Open
TheOneRing opened this issue Oct 22, 2024 · 0 comments · May be fixed by #11961
Open

Qt 6.8: Native tooltips for Navigation bar #11951

TheOneRing opened this issue Oct 22, 2024 · 0 comments · May be fixed by #11961
Assignees
Milestone

Comments

@TheOneRing
Copy link
Member

Since Qt6.8 it supports native popups, however for now it appears that they are only active for menus by default.
However, it can be enabled by setting:
ToolTip.toolTip.popupType: Popup.Native

This would fix the issue where the toolbar prevents interaction with the element.
image

@TheOneRing TheOneRing added this to the Desktop 6.0 milestone Oct 22, 2024
erikjv added a commit that referenced this issue Oct 24, 2024
This fixes the issue where a (non-native) tooltip could be shown where
the mouse cursor is positioned, which would block any clicks to go
through to the button underneath.

Fixes: #11951
@erikjv erikjv linked a pull request Oct 24, 2024 that will close 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 a pull request may close this issue.

2 participants