Actions
Bug #7439
closedwrong z-order of tooltip in dialog
Start date:
02/04/2020
Due date:
% Done:
0%
Estimated time:
Description
Hi!
If I have a regression from at least 4.0.5 to 4.1.1 (current in vcpkg).
The tooltip of a widget in a dialog is behind the dialog and so not visible...
Is there a workaround or do I need a patch?
Test attached.
BR
Max Quatember
Files
Updated by Roel Standaert almost 5 years ago
Indeed. The z-index
of tooltips was rather naively taken to be a constant 1000
, so when I bumped up the base index of popups to 1000
instead of 100
that caused the 1000
to be too low. I will for now set it to 10000
. I guess better solutions would involve JavaScript to push it to the front.
Updated by Roel Standaert almost 5 years ago
- Status changed from New to Resolved
I decided to add some JavaScript that brings the tooltip to the front. I pushed it to wt3
and master
, but I'm not going to put it in 4.2.1 this close to release.
Updated by Roel Standaert over 4 years ago
- Status changed from Resolved to Closed
Actions