Bug 175063

Summary: Tooltips never disappear if you mouse over another picture
Product: [Applications] konqueror Reporter: Jonathan Thomas <echidnaman>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

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