Ticket #3270 (closed bug: fixed)
Handler.Feature may not trigger "click" when touching a feature
| Reported by: | erilem | Owned by: | tschaub |
|---|---|---|---|
| Priority: | major | Milestone: | 2.11 Release |
| Component: | Handler.Feature | Version: | 2.10 |
| Keywords: | Cc: | ||
| State: | Commit |
Description
The feature handler should trigger the "click" callback on each touchstart on a feature. With the current code only the first touchstart triggers a "click" callback.
Expected:
touchstart on feature -> "click" touchstart on same feature -> "click" etc.
Current behavior:
touchstart on feature -> "click" touchstart on same feature -> NOTHING touchstart on same feature -> NOTHING etc.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

