[systemsettings] [Bug 339454] New: KCMs written in QML show tooltips at wrong coordinates
Eike Hein
hein at kde.org
Sat Sep 27 13:13:25 BST 2014
https://bugs.kde.org/show_bug.cgi?id=339454
Bug ID: 339454
Summary: KCMs written in QML show tooltips at wrong coordinates
Product: systemsettings
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: unassigned-bugs at kde.org
Reporter: hein at kde.org
KCMs like Workspace Theme -> Look and Feel have grids with delegates that show
tooltips on hover. Those tooltips are incorrectly positioned in all of those
KCMs, at an offset to the mouse pointer.
They show tooltips like this:
Tooltip.showText(parent, Qt.point(parent.mouseX, parent.mouseY), model.display)
I'm guessing Qt doesn't correctly map the coordinates to the window due to the
embed. This is technically private API we're not supposed to use, so it's
tricky ...
Reproducible: Always
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list