Closed Bug 449823 Opened 16 years ago Closed 16 years ago

Tooltip shows only once

Categories

(Core Graveyard :: Widget: Qt, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: echidnaman, Unassigned)

References

Details

User-Agent:       Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.0 (like Gecko)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1a2pre) Gecko/2008080401 Minefield/3.1a2pre

Tooltips will show only once in the Firefox Qt frontend.

Reproducible: Always

Steps to Reproduce:
1. Hover over a link, bookark in the toolbar, etc. Anything that will make a tooltip appear will do.
2. After that tooltip goes away, try to make another one pop up
Actual Results:  
No more tooltips will show up until you restart Firefox.
The color is also incorrect, but most widgets don't have correct coloring so that's another bug.

Expected Results:  
Tooltips should always appear

Using KDE 4.1.0, Qt 4.4.1
This will bi fixed after applying https://bugzilla.mozilla.org/attachment.cgi?id=332977 from bug 449575.

+    if (mWindowType == eWindowType_popup && aState)
+        Resize(mBounds.x, mBounds.y, mBounds.width, mBounds.height, PR_FALSE);
Depends on: 449575
Heh, it seems that most of the issues I've run across so far are related to a central issue. ;-)
That's good, I guess.
Not reproducible after fixing of bug 449575.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.