cutting-room-floor / markers.js

DEPRECATED: USE MAPBOX.JS
http://mapbox.com/mapbox.js
BSD 3-Clause "New" or "Revised" License
18 stars 9 forks source link

Tooltips now stop mousedown and touchstart #47

Closed ansis closed 12 years ago

ansis commented 12 years ago

Fixes #45

@tmcw, good to merge?

tmcw commented 12 years ago

Is there any advantage here to not using MM.cancelEvent()?

ansis commented 12 years ago

MM.cancelEvent also prevents default behavior which prevents text selection.

tmcw commented 12 years ago

Gotcha. Cool - will merge.