Closed
Bug 449823
Opened 17 years ago
Closed 17 years ago
Tooltip shows only once
Categories
(Core Graveyard :: Widget: Qt, defect)
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
Comment 1•17 years ago
|
||
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
| Reporter | ||
Comment 2•17 years ago
|
||
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.
Comment 3•17 years ago
|
||
Not reproducible after fixing of bug 449575.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•