Rainer Simon

Results 391 comments of Rainer Simon

Actually not a bug, but rather an enhancement - since it requires communication between different images on the page.

Suggestion: let's go for TAB.

I'm afraid not. Overlapping annotations are a feature ;-) Not sure how one would go about implementing this. It's certainly possible, and would have to go into the selection handling...

Fully understood. There are some interfaces that are similar to the legacy API. (There's still an `r`/`anno` object with [some of the same methods and events as RecogitoJS](https://github.com/recogito/text-annotator-js/blob/main/packages/text-annotator/src/TextAnnotator.ts). But much...

No offense taken! I'm totally aware that improving the docs would mean removing a huge roadblock, and be beneficial to the dissemination of the library. It is high up on...

I can reproduce the issue, and have seen it come and go on previous versions of Safari. Unfortunately, this appears to be a bug in Safari' SVG rendering engine. Which...

Closing this as `won't fix` in v2.x. Meanwhile, Annotorious v3 is available, which does no longer have this bug. (Because OpenSeadragon rendering is based on WebGL, not SVG.)

I think this would also mean that the version of OSD would be dictated by Annotorious, though, which I think wouldn't be appropriate.

Yes, I think declaring it external might work. Although not sure it would change anything in the library build? Since it's already a peer dep only?

I've been following up on this. Good news first: - In the vite config, openseadragon is already external, because of [this line](https://github.com/annotorious/annotorious/blob/main/packages/annotorious-react/vite.config.js#L28). - I made a minimal example project that...