Bug 132318 - REGRESSION (r159358): Crash in InjectedBundleHitTestResult::frame
Summary: REGRESSION (r159358): Crash in InjectedBundleHitTestResult::frame
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: mitz
URL: https://smilesoftware.com/TextExpande...
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2014-04-28 20:58 PDT by mitz
Modified: 2014-04-28 21:21 PDT (History)
1 user (show)

See Also:


Attachments
Get the frame from the event target, not from its hit-test result (2.81 KB, patch)
2014-04-28 21:01 PDT, mitz
aestes: review+
Details | Formatted Diff | Diff

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