Bug 91216

Summary: [GTK] WebKitWebView::mouse-target-changed is not emitted when moved to/from edtiable content
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, mrobinson, webkit.review.bot, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch xan.lopez: review+

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>