Bug 96618

Summary: [GTK] Set the area of tooltips in WebKit2
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, mrobinson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch mrobinson: review+

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>