Project

General

Profile

Actions

Bug #7439

closed

wrong z-order of tooltip in dialog

Added by Max Quatember about 4 years ago. Updated about 4 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
Actions #1

Updated by Roel Standaert about 4 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.

Actions #2

Updated by Roel Standaert about 4 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.

Actions #3

Updated by Max Quatember about 4 years ago

Hi Roel!

OK, for me!

BR to all!

Max

Actions #4

Updated by Roel Standaert about 4 years ago

  • Target version set to 4.3.0
Actions #5

Updated by Roel Standaert about 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF