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+

Beth Dakin
Reported 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.
Attachments
Patch (13.67 KB, patch)
2015-04-17 16:48 PDT, Beth Dakin
mitz: review+
Beth Dakin
Comment 1 2015-04-17 16:48:07 PDT
Beth Dakin
Comment 2 2015-04-20 12:05:26 PDT
Note You need to log in before you can comment on or make changes to this bug.