annotorious / annotorious-openseadragon

An OpenSeadragon plugin for annotating high-res zoomable images
https://annotorious.github.io
BSD 3-Clause "New" or "Revised" License
121 stars 42 forks source link

Single-click zoom no longer works after clicking an annotation #120

Closed gvillar-Batura closed 2 years ago

gvillar-Batura commented 2 years ago

Hi,

First of all, thanks for the awesome work !

I am having issues with the zoom behaviour with Annotorious OpenSeadragon on an Angular app.

When I have the annotations loaded but haven't interacted with them yet, the zoom works perfectly. But as soon as I click on an annotation, the zoom stops working.

You can see the same behaviour in the example of the getting started page and here too.

Has anyone encountered something like this? Any way to fix or change this behaviour?

Regards.

rsimon commented 2 years ago

Hi,

hm, I can't seem to reproduce the issue. I just tried both sample pages (Getting Started, Realtime demo), on Chrome + Firefox, and zoom seems to be working correctly, also when an annotation is selected (and after deselecting again). There does seem to be a new issue with touch/pinch on Firefox. (I'll investigate.) What browser/OS are you using? (I tried with touchpad zoom + OpenSeadragon zoom buttons.)

Cheers, Rainer

gvillar-Batura commented 2 years ago

Hi,

Thank you for the reply.

I am using Chrome 98.0.4758.102, Firefox 97.0 and Safari 15.3 under Mac OS 12.2. All browsers with the same behaviour, using mouse and only using click to zoom in. OpenSeadragon zoom buttons seems to work fine.

Cheers

rsimon commented 2 years ago

Ah, understood, thanks. Yes, I think single-click zoom never really worked in any of the versions. I'll check what's necessary to support that behavior in the future.

gvillar-Batura commented 2 years ago

Thanks for looking into this!