Bug 79607 - REGRESSION (WebKit2): Non-activating links sometimes don’t work
Summary: REGRESSION (WebKit2): Non-activating links sometimes don’t work
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: Nobody
URL:
Keywords: InRadar, LayoutTestFailure, Regression
Depends on:
Blocks:
 
Reported: 2012-02-26 13:19 PST by mitz
Modified: 2012-02-27 10:01 PST (History)
2 users (show)

See Also:


Attachments
Convert points to frame coordinates before hit-testing (13.19 KB, patch)
2012-02-26 13:31 PST, mitz
adele: review+
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.