RESOLVED FIXED 143904
Should remove mouseForceClick and mouseForceCancelled from DOM force events
https://bugs.webkit.org/show_bug.cgi?id=143904
Summary Should remove mouseForceClick and mouseForceCancelled from DOM force events
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.