Ticket #3270 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

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

patch-3270-A0.2.diff Download (2.0 KB) - added by erilem 2 years ago.

Change History

Changed 2 years ago by erilem

Changed 2 years ago by erilem

  • state set to Review

Tests pass in FF4. Please review.

Changed 2 years ago by sbrunner

  • state changed from Review to Commit

Test pass on on Chromium (excepte Layer/WrapDateLine), reviewed => commit !

Changed 2 years ago by erilem

  • status changed from new to closed
  • resolution set to fixed

In with [11943].

Note: See TracTickets for help on using tickets.