Bug 143904 - Should remove mouseForceClick and mouseForceCancelled from DOM force events
Summary: Should remove mouseForceClick and mouseForceCancelled from DOM force events
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-17 16:42 PDT by Beth Dakin
Modified: 2015-04-20 12:05 PDT (History)
7 users (show)

See Also:


Attachments
Patch (13.67 KB, patch)
2015-04-17 16:48 PDT, Beth Dakin
mitz: review+
Details | Formatted Diff | Diff

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