Bug 68660

Summary: EventSenderProxy::mouseUp should call -[WKView mouseUp:] instead of -[WKView mouseDown:]
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: UI EventsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch abarth: review+

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.