openseadragon / svg-overlay

An OpenSeadragon plugin that adds SVG overlay capability.
BSD 3-Clause "New" or "Revised" License
58 stars 28 forks source link

Provide mechanism (or docs) for disabling pointer events on overlay? #16

Open iangilman opened 8 years ago

iangilman commented 8 years ago

See https://github.com/openseadragon/openseadragon/issues/883

iangilman commented 4 years ago

Here's another related issue: https://github.com/openseadragon/openseadragon/issues/1780

msalsbery commented 4 years ago

OpenSeadragon v2.5.0 will add some functionality to make this easier!

See https://github.com/openseadragon/openseadragon/pull/1872

msalsbery commented 3 years ago

@iangilman

Now that #1872 has landed, it should be much easier to get control of the pointer events

Here's a CodePen that shows a bit of what can be done...