SVN commit 1046450 by ggarand:
also hide alt tooltips when the view is scrolled via keyboard shortcuts
(follow up to a previous fix by Martin Koller)
M +3 -0 khtmlview.cpp
--- trunk/KDE/kdelibs/khtml/khtmlview.cpp #1046449:1046450
@@ -3909,6 +3909,9 @@
}
}
+ if ( underMouse() && QToolTip::isVisible() )
+ QToolTip::hideText();
+
if (!d->scrollingSelf) {
d->scrollBarMoved = true;
d->contentsMoving = true;
_______________________________________________
Khtml-cvs mailing list
Khtml-cvs@...
https://mail.kde.org/mailman/listinfo/khtml-cvs