Bug 29527 - [GTK] WebKitHitTestResult is completely broken in gmail
Summary: [GTK] WebKitHitTestResult is completely broken in gmail
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-20 01:36 PDT by Xan Lopez
Modified: 2009-09-22 05:13 PDT (History)
1 user (show)

See Also:


Attachments
hittestfix.diff (2.17 KB, patch)
2009-09-22 00:47 PDT, Xan Lopez
jmalonzo: review+
xan.lopez: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xan Lopez 2009-09-20 01:36:35 PDT
It fails to figure out whether you are over a link, over an editable area, etc.
Comment 1 Xan Lopez 2009-09-22 00:47:14 PDT
Created attachment 39907 [details]
hittestfix.diff
Comment 2 Jan Alonzo 2009-09-22 03:42:11 PDT
No test?
Comment 3 Xan Lopez 2009-09-22 03:53:27 PDT
(In reply to comment #2)
> No test?

See https://bugs.webkit.org/show_bug.cgi?id=27546#c9 I'm trying to see how to figure out things from the JSC APIs.
Comment 4 Jan Alonzo 2009-09-22 04:21:03 PDT
Comment on attachment 39907 [details]
hittestfix.diff

(In reply to comment #3)
> (In reply to comment #2)
> > No test?
> 
> See https://bugs.webkit.org/show_bug.cgi?id=27546#c9 I'm trying to see how to
> figure out things from the JSC APIs.

Ok. r=me.
Comment 5 Xan Lopez 2009-09-22 05:13:19 PDT
Thanks! Committed in r48626