Bug 171545

Summary: khtml tooltips are misplaced
Product: [Applications] konqueror Reporter: Aleix Pol <aleixpol>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: shlomif, ss.paranoid, zayed.alsaidi
Priority: NOR    
Version: 4.1.1   
Target Milestone: ---   
Platform: Ubuntu   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Aleix Pol 2008-09-23 18:04:22 UTC
Version:            (using KDE 4.1.1)
Installed from:    Ubuntu Packages

The tooltip is always being showed below the image always instead of next to the cursor as I expected.

In this example: http://proli.net/meu/khtmltooltip.png we see the tooltip under the image and the cursor was on top of it (even if the screenshot doesn't show it :P). You can check it at xkcd.com or google.com for instance.
Comment 1 Dario Andres 2009-02-05 22:52:21 UTC
*** Bug 183365 has been marked as a duplicate of this bug. ***
Comment 2 Pino Toscano 2009-03-29 01:28:44 UTC
*** Bug 184411 has been marked as a duplicate of this bug. ***
Comment 3 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 4 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
Comment 5 Pino Toscano 2009-04-09 11:41:41 UTC
*** Bug 189182 has been marked as a duplicate of this bug. ***