Summary: | tooltips and menus placed badly with Qt 3.1 | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Felix Seeger <felix.seeger> |
Component: | qt | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | rakko |
Priority: | NOR | ||
Version: | 1.1 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Felix Seeger
2002-10-20 11:15:06 UTC
Can you please elaborate, or post a screen shot? I don't understand what the problem is. 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-----
Ok, still don't understand. What is the "Tooltip/menu"? Can you please make a screen shot? 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----- *** Bug 50390 has been marked as a duplicate of this bug. *** 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. Should be already fixed in Qt. |