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

Fedora: search results custom tooltip #378

Open
GoogleCodeExporter opened this issue Mar 19, 2015 · 1 comment
Open

Fedora: search results custom tooltip #378

GoogleCodeExporter opened this issue Mar 19, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

The position of the tooltip is not calculated properly. It comes up in a center 
of the screen.

Original issue reported on code.google.com by [email protected] on 8 May 2013 at 8:41

@GoogleCodeExporter
Copy link
Author

The bug is NOT reproducible on Ubuntu (Gnome), CentOS (No desktop environment). 
It is however reproducible on Fedora (KDE). So it seems that the positioning is 
done improperly on KDE only.

The code calculates positioning properly (in absolute pixels using 
QCursor.pos()). Then the tooltip widget (no parent set) is moved. It seems that 
KDE assumes a different parent so the widget is displayed not in a proper 
position.

Original comment by [email protected] on 29 May 2013 at 3:27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant