Bug 132318

Summary: REGRESSION (r159358): Crash in InjectedBundleHitTestResult::frame
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: aestes
Priority: P1 Keywords: InRadar, Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://smilesoftware.com/TextExpander/download_thanks.html?url=http://cdn.smilesoftware.com/TextExpander_4.2.1.zip
Attachments:
Description Flags
Get the frame from the event target, not from its hit-test result aestes: review+

Description mitz 2014-04-28 20:58:02 PDT
<rdar://problem/16750708>

To reproduce this crash, navigate to the URL.
Comment 1 mitz 2014-04-28 21:01:56 PDT
Created attachment 230352 [details]
Get the frame from the event target, not from its hit-test result
Comment 2 Andy Estes 2014-04-28 21:19:13 PDT
Comment on attachment 230352 [details]
Get the frame from the event target, not from its hit-test result

View in context: https://bugs.webkit.org/attachment.cgi?id=230352&action=review

> Source/WebKit2/ChangeLog:14
> +        frame for the action not from a hit test results, because some link activation actions are

"a hit test results"
Comment 3 mitz 2014-04-28 21:21:34 PDT
(In reply to comment #2)
> (From update of attachment 230352 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=230352&action=review
> 
> > Source/WebKit2/ChangeLog:14
> > +        frame for the action not from a hit test results, because some link activation actions are
> 
> "a hit test results"

Fixed. Thanks for the review!

Committed <http://trac.webkit.org/r167923>.