Bug 143904

Summary: Should remove mouseForceClick and mouseForceCancelled from DOM force events
Product: WebKit Reporter: Beth Dakin <bdakin>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, dino, eoconnor, jonlee, sam, simon.fraser, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Beth Dakin 2015-04-17 16:42:52 PDT
After more thought and discussion, we should remove mouseForceClick and mouseForceCancelled from DOM force events. mouseForceClick is confusing and redundant. mouseForceCancelled is confusing as it is currently implemented, and all of its functionality can be filled by exisiting events such as mouseup, mouseout, etc. So we could make it implementation make more sense, but then it too would be redundant.
Comment 1 Beth Dakin 2015-04-17 16:48:07 PDT
Created attachment 251071 [details]
Patch
Comment 2 Beth Dakin 2015-04-20 12:05:26 PDT
Thanks Dan! http://trac.webkit.org/changeset/183021