Bug 175063 - Tooltips never disappear if you mouse over another picture
Summary: Tooltips never disappear if you mouse over another picture
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-13 17:20 UTC by Jonathan Thomas
Modified: 2009-03-29 21:47 UTC (History)
0 users

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 Jonathan Thomas 2008-11-13 17:20:52 UTC
Version:            (using KDE 4.1.3)
OS:                Linux
Installed from:    Ubuntu Packages

To reproduce:
-Go to somewhere like xkcd.com and mouse over the main comic. A tooltip should appear with a funny little quip regarding that day's comic.
-Now mouse over to the banner image below the comic
-You can keep your mouse over this banner indefinitely, and the comic's tooltip will never go away until you take your mouse off the banner below the comic.
Comment 1 Pino Toscano 2009-03-29 21:45:15 UTC
SVN commit 946616 by pino:

Fix a couple of small regressions in the tooltip handling:
- show up at the cursor position
BUG: 171545
- tie to the area of the content it refers to, so it is properly hidden when leaving its area
BUG: 175063


 M  +3 -2      khtmlview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=946616
Comment 2 Pino Toscano 2009-03-29 21:47:15 UTC
SVN commit 946617 by pino:

Backport SVN commit 946616 by pino:

Fix a couple of small regressions in the tooltip handling:
- show up at the cursor position
CCBUG: 171545
- tie to the area of the content it refers to, so it is properly hidden when leaving its area
CCBUG: 175063


 M  +3 -2      khtmlview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=946617