Bug 49430 - tooltips and menus placed badly with Qt 3.1
Summary: tooltips and menus placed badly with Qt 3.1
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: qt (show other bugs)
Version: 1.1
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
: 50390 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-10-20 11:15 UTC by Felix Seeger
Modified: 2007-11-07 18:57 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Seeger 2002-10-20 11:15:06 UTC
Version:           1.1 (using KDE 3.0.8 (KDE 3.1 beta2))
Installed from:    compiled sources
Compiler:          gcc version 2.95.4 20011002 (Debian prerelease)
OS:          Linux (i686) release 2.4.19

With child panel enabled sometimes tooltips and rmb menus are display over the hidden or unhidden child panel and not over kicker itself.

Also I had some maximize problems with konqueror/kmail. A part from the window with the height of the child panel was grey. Remaximize helps but maybe this is already fixed...


thanks
have fun
Felix
Comment 1 John Firebaugh 2002-10-21 06:54:39 UTC
Can you please elaborate, or post a screen shot? I don't understand what the problem is. 
Comment 2 Felix Seeger 2002-10-21 07:13:28 UTC
Subject: Re:  Child panel breaks tooltips from kicker

> ------- Additional Comments From jfirebaugh@kde.org  2002-10-21 06:54
> ------- Can you please elaborate, or post a screen shot? I don't understand
> what the problem is.

It looks like this if child panel is not hidden:

	Tooltip/menu
|---- child panel ----|
|------- kicker -------|

It lookslike this if child panel is hidden:

	Tooltip/menu
child panel|
|------- kicker -------|


Befor it was breaked it looked like this (Tooltip/menu overlaps the child 
panel):
	
|---- child panel ----|
     Tooltip/menu
|------- kicker -------|


Child hidden:

child panel|
     Tooltip/menu
|------- kicker -------|

have fun
Felix
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE9s4ysS0DOrvdnsewRAq5HAJwPBcPQJnXyxebJIlot/Nv4kdiF/ACfVOO8
Qj492udSxNkbCMZmWobeoaA=
=c7tw
-----END PGP SIGNATURE-----

Comment 3 John Firebaugh 2002-10-21 08:26:06 UTC
Ok, still don't understand. What is the "Tooltip/menu"? Can you please make a 
screen shot? 
Comment 4 Felix Seeger 2002-10-21 08:39:12 UTC
Subject: Re:  Child panel breaks tooltips from kicker

> ------- Additional Comments From jfirebaugh@kde.org  2002-10-21 08:26
> ------- Ok, still don't understand. What is the "Tooltip/menu"? Can you
> please make a screen shot?
Here they are: http://www.halux2001.de/other/snapshot1.png
There are 4 screenshots (1-4.png)

thanks
have fun
Felix
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE9s6DQS0DOrvdnsewRAr3LAJ0XGMEZkjgk21OKsWIMddtzO/LwGgCbBqr1
it3NvW/yJzhJOXqyYjwN94g=
=vuSv
-----END PGP SIGNATURE-----

Comment 5 John Firebaugh 2002-11-12 06:24:58 UTC
*** Bug 50390 has been marked as a duplicate of this bug. ***
Comment 6 John Firebaugh 2002-11-12 06:26:48 UTC
This is caused by a change in qt from 3.0 to 3.1. QPopupMenu uses 
QApplication::desktop()->availableGeometry() in deciding how to place the menu, and I 
imagine QToolTip does too. This is probably wrong; bug filed with trolltech. 
Comment 7 Lubos Lunak 2003-01-22 11:40:57 UTC
Should be already fixed in Qt.