Bug 91216 - [GTK] WebKitWebView::mouse-target-changed is not emitted when moved to/from edtiable content
Summary: [GTK] WebKitWebView::mouse-target-changed is not emitted when moved to/from e...
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-07-13 04:20 PDT by Carlos Garcia Campos
Modified: 2012-07-13 04:44 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.90 KB, patch)
2012-07-13 04:21 PDT, Carlos Garcia Campos
xan.lopez: 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-07-13 04:20:06 PDT
The problem is that the function to check whether two hit test results are equal doesn't check the editable flag.
Comment 1 Carlos Garcia Campos 2012-07-13 04:21:49 PDT
Created attachment 152214 [details]
Patch
Comment 2 WebKit Review Bot 2012-07-13 04:23:55 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 Xan Lopez 2012-07-13 04:30:06 PDT
Comment on attachment 152214 [details]
Patch

Looks good.
Comment 4 Carlos Garcia Campos 2012-07-13 04:44:33 PDT
Committed r122565: <http://trac.webkit.org/changeset/122565>