Project

General

Profile

Actions

Bug #7439

closed
MQ

wrong z-order of tooltip in dialog

Bug #7439: wrong z-order of tooltip in dialog

Added by Max Quatember over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
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

test.cpp (767 Bytes) test.cpp Max Quatember, 02/04/2020 01:04 PM

RS Updated by Roel Standaert over 6 years ago Actions #1

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.

RS Updated by Roel Standaert over 6 years ago Actions #2

  • 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.

MQ Updated by Max Quatember over 6 years ago Actions #3

Hi Roel!

OK, for me!

BR to all!
Max

RS Updated by Roel Standaert over 6 years ago Actions #4

  • Target version set to 4.3.0

RS Updated by Roel Standaert over 6 years ago Actions #5

  • Status changed from Resolved to Closed
Actions

Also available in: PDF Atom