Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.15.0, 6.2.3
-
None
Description
The placement logic for widget tooltips doesn't attempt to avoid the cursor; consequently it can be covered up by large cursors.
Can likely be fixed simply by adjusting QTipLabel::placeTip to place the tooltip above instead of below the cursor; since IIRC getting the cursor size across platforms for precise dodging is flaky.