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 and mouse events #45

Open ansis opened 11 years ago

ansis commented 11 years ago

Tooltips let events pass through causing problems with scroll bars (example).

Is there a better way to handle this than catching and blocking all events? Is there a a common case where you would want events to pass through to the map?

Pointer-events would work nicely, but it lacks ie support.

ansis commented 11 years ago

Still having some small problems with select buttons for hover tooltips.