Rainer Simon

Results 390 comments of Rainer Simon

Hi Adi, good news :-) (still weird... but good news ;-) So one issue resolved, another one to go: Daniel, no I didn't try Annotorious with Bootstrap 3 yet. But...

Yes, sorry - due to lack of time I couldn't support the Annotator plugin as much as I would have liked to. Indeed the demo runs on Annotator v1.2.5, and...

P.S.: The most recent branch (cc-ing in @gergely-ujvari) seems to be https://github.com/gergely-ujvari/annotorious/tree/new-annotator-plugin

The test/image/index.html page is not an automated test page. (I guess it should be called an "example page" instead... fixed that in the Wiki!) It's a page that lets you...

Note: for OpenLayers, the best strategy would be to change the way the Canvas is added to the map: Annotorious should not create another wrapping DIV, but attach the canvas...

As reported by @gergely-ujvari, the same issue applies to normal images that are resized dynamically. It should be possible though to attach a Window resize listener, and recalculate image pixel...

Hi Dan, wow - that's a pretty tricky example & I'm surprised this works this well at all. I couldn't figure out what exactly happens on that page (lack of...

Note: changes to the DOM can be monitored (on most browsers?) it seems! See: [http://www.quirksmode.org/js/events/DOMtree.html](http://www.quirksmode.org/js/events/DOMtree.html) [http://davidwalsh.name/dom-events-javascript](http://davidwalsh.name/dom-events-javascript) I.e. a possible fix could therefore be to attach a DOM Tree Event listener,...

Continuing the discussion in Issue #86, since it is actually becoming quite distinct from the original scope of the original (OpenLayers-related) issue.

Last commit fixes this issue to the extent required for Release 0.7!