Bug 96618 - [GTK] Set the area of tooltips in WebKit2
Summary: [GTK] Set the area of tooltips in WebKit2
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-13 01:02 PDT by Carlos Garcia Campos
Modified: 2012-09-18 03:34 PDT (History)
3 users (show)

See Also:


Attachments
Patch (8.24 KB, patch)
2012-09-13 01:06 PDT, Carlos Garcia Campos
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2012-09-13 01:02:28 PDT
In GTK+ tooltips are associated to a widget, if the mouse is moved inside the widget area, the tooltip position doesn't change even if the tooltip text changes. To support multiple tooltips for the same widget, we need to set the area of the widget for every tooltip. See bug #49498 that fixed this problem for WebKit1.
Comment 1 Carlos Garcia Campos 2012-09-13 01:06:40 PDT
Created attachment 163807 [details]
Patch
Comment 2 WebKit Review Bot 2012-09-13 01:11:19 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Carlos Garcia Campos 2012-09-18 03:34:36 PDT
Committed r128871: <http://trac.webkit.org/changeset/128871>