eaglexmw / codimension

Automatically exported from code.google.com/p/codimension
0 stars 0 forks source link

Fedora: search results custom tooltip #378

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 sergey.s...@gmail.com on 8 May 2013 at 8:41

GoogleCodeExporter commented 9 years ago
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 sergey.s...@gmail.com on 29 May 2013 at 3:27