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 43 forks source link

Escape Key Bug #160

Open utkukaya opened 1 year ago

utkukaya commented 1 year ago

If annotorious is canceled with escape key while drawing annotorious, new annotorious cannot be drawn.

rsimon commented 1 year ago

Hi,

this bug is actually fixed already in the current source code. But there was no new release yet since the bugfix. If you need the fix urgently, you'd need to build your own bundle from latest source. Otherwise, the fix will be part of the next release.

utkukaya commented 1 year ago

Thank you, I will try it. In addition, the annotorious operation cannot be made in some pc.

dianamarginean commented 1 year ago

@rsimon is this change going to be available only in v3? I currently use v2.7.11 and still have the same problem on betterPolygon. Or is there any workaround? I saw that the delete event is not triggered, also I tried to use: image

I noticed that if I use the polygon press esc and then to a freehand annotation and do a lot of clicks on it, the createSelection event is triggered and than I am able to create a new annotation. can i trigger that somehow manually?