[Webkit-unassigned] [Bug 15793] [GTK] Webkit doesn't show title attribute tooltip when hovering over an image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 26 19:32:54 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15793


jmalonzo at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmalonzo at gmail.com




------- Comment #9 from jmalonzo at gmail.com  2007-11-26 19:32 PDT -------
(In reply to comment #8)
> Do we really need to construct a whole new GtkWindow instance every time the
> tooltip text changes?

I tried the single GtkWindow instance but it exhibited the same issue we are
having (i.e., same behaviour as current implementation).

> 
> I'm wondering why we can't get the built-in tooltip API to work the way we want
> and have to resort to creating our own window in the first place.

I must admit that my patch is a band-aid as I can't seem to find a better way
using the existing (2.12) tooltips API to fix the issue. It seems that the only
way to interact with the tooltip properly is to connect to the
GtkWidget::query-tooltip signal as per documentation of GtkTooltip. But sending
query-tooltip seems to duplicate functionality with ChromeClient::setToolTip
(in terms of saying "show me a tooltip"), at least AFAIC.

I hope that clears things a bit.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list