adilyalcin / Keshif

Keshif - Data Made Explorable (Prototype)
https://keshif.me
BSD 3-Clause "New" or "Revised" License
457 stars 123 forks source link

Safari-bug: Record map view mouse-over on region does not select region #170

Closed adilyalcin closed 7 years ago

adilyalcin commented 7 years ago

Seems to be a Safari bug (?) - The path objects can be outside the SVG area. While they are visible (overflow:visible), the pointer actions are not caught.

Similar question: http://stackoverflow.com/questions/40587203/safari-os-x-doesnt-emit-pointer-events-on-overflowing-svg-contents

Potential workaround: Make SVG element much much larger. Maybe a fixed large size with relative positioning...