Rainer Simon
Rainer Simon
In addition to the annotation, pass the corresponding (image) DOM element to onAnnotationCreated/Updated/Deleted handler methods.
Annotatable images don't work in responsive layouts - investigate & fix!
In hindsight, it's not really necessary to split this up into three API methods. Instead, there should only be two methods: - anno.disableSelection(opt_item_url) - anno.enableSelection(opt_item_url_or_callback, opt_callback) The naming of these...
The 'Hint' GUI element needs a facelift. Ideally, there should be a (nice looking) button to show/hide the annotation layer + a (dropdown?) widget for choosing between available drawing tools.
Annotorious seems to be largely compatible with Internet Explorer 9. Some (mostly) CSS issues exist. Should be investigated and fixed!
From Peter: "if having two instances of an annotated image (e.g. full size and a resized version) on a page, annotations will only be added to the second image."
At the moment, the Annotorious JavaScript (and Plugin) API is only available in the standalone version. Technically, it should be possible to change the OKFN Annotator plugin version, so that...
It would be nice to have an 'Undo' button, at least for the most recent operation. Primary use case would be to undo an accidential 'delete annotation' operation. (Submitted by...