Bug 68660 - EventSenderProxy::mouseUp should call -[WKView mouseUp:] instead of -[WKView mouseDown:]
Summary: EventSenderProxy::mouseUp should call -[WKView mouseUp:] instead of -[WKView ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-22 15:09 PDT by Anders Carlsson
Modified: 2011-09-22 22:05 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.30 KB, patch)
2011-09-22 15:09 PDT, Anders Carlsson
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2011-09-22 15:09:22 PDT
EventSenderProxy::mouseUp should call -[WKView mouseUp:] instead of -[WKView mouseDown:]
Comment 1 Anders Carlsson 2011-09-22 15:09:39 PDT
Created attachment 108408 [details]
Patch
Comment 2 Adam Barth 2011-09-22 15:10:36 PDT
Comment on attachment 108408 [details]
Patch

You're killing me.  No test partner?
Comment 3 Anders Carlsson 2011-09-22 15:12:30 PDT
Committed r95755: <http://trac.webkit.org/changeset/95755>
Comment 4 Alexey Proskuryakov 2011-09-22 22:05:30 PDT
I've been seeing tons of regression tests crash with an assertion in -[WKView mouseDown:] today, presumably because of this mistake.