Rainer Simon

Results 391 comments of Rainer Simon

Closing this issue. Tag widget will only support autocomplete. A ``-style dropdown would e scope for a (3rd party) editor plugin.

Looks ok. Can you paste one of the annotation objects?

Could be that the image element isn't added to the DOM yet? There are not many places in Annotorious where `removeChild` is called. But one thing that would be a...

The demo link currently returns 404 for me. Hm, difficult to say what's going on here. Looks like the problem has something to do with the annotation target. Specifically for...

Thx, I can access the site. But the images and the Annotorious stylesheet aren't loading for me. (But otherwise, Annotorious init seems to have worked ok.)

Closing due to inactivity & not being able to reproduce. (Do feel free to re-open, in case you can re-enable the demo site.)

I'd approach it from a slightly different angle. The method should really just create the handle, IMO. Since it returns the SVG _g_ element, the calling method can still attach...

Hi, can you provide a bit of explanation around this? I'm not sure this really changes anything. If anything, it might be less robust, because e.g. a value of `this.selectedShape...

Formatter functions are for applying conditional styles, depending on the bodies stored in the annotation. (E.g. make an annotation red if it contains the tag "red", and blue if it...

Maybe I don't understand your use case correctly. The fixed style of the __annotations__ is defined via: ```css svg.a9s-annotationlayer .a9s-annotation .a9s-outer { } // and .a9s-inner ``` When you draw...