Bug 79607

Summary: REGRESSION (WebKit2): Non-activating links sometimes don’t work
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, webkit.review.bot
Priority: P1 Keywords: InRadar, LayoutTestFailure, Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Convert points to frame coordinates before hit-testing adele: review+, webkit.review.bot: commit-queue-

Description mitz 2012-02-26 13:19:14 PST
<rdar://problem/9557598>

Trying to drag the selection out of a WKView in a background window often activates the window if the document WKView is scrolled.
Comment 1 mitz 2012-02-26 13:31:00 PST
Created attachment 128926 [details]
Convert points to frame coordinates before hit-testing
Comment 2 WebKit Review Bot 2012-02-26 14:22:06 PST
Comment on attachment 128926 [details]
Convert points to frame coordinates before hit-testing

Attachment 128926 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/11627789

New failing tests:
inspector/protocol/console-agent.html
Comment 3 mitz 2012-02-27 10:01:47 PST
Fixed in <http://trac.webkit.org/r109004>.