Ticket #3202 (closed bug: fixed)
click handler fires a "click" event when it should not
| Reported by: | erilem | Owned by: | sbrunner |
|---|---|---|---|
| Priority: | major | Milestone: | 2.11 Release |
| Component: | Handler.Click | Version: | 2.10 |
| Keywords: | Cc: | ||
| State: | Commit |
Description
The click handler fires a "click" event on touchend even when it hasn't gotten any touchstart. This is because this.down isn't reset on touchend. The attached patch fixes that.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

