Rainer Simon

Results 390 comments of Rainer Simon

PS: if you want to give this a try, the code that __generates__ targets from a user selection is here: https://github.com/recogito/recogito-client-core/blob/master/src/selection/SelectionUtils.js#L40 The code that __renders__ annotations from their WebAnno form...

Thanks for the update! I agree that enforcing the standard might be beyond the job of RecogitoJS. However, I still think you're absolutely right on the issue of the (refined)...

Weird - I couldn't reproduce this, even on the exact same piece of text. I tried selecting the exact same passage, same passage + space before, passage + space after,...

See here: https://github.com/recogito/recogito-js/issues/75#issuecomment-1195553590 The online demo is running an outdated build. Sorry for this!

Tried to reproduce this, but RecogitoJS did count the '§' character correctly in my tests. (Tested in Chrome + FF.) Which browser and OS are you seeing this on? Are...

Closing due to inactivity/no response

Thanks for reporting. I think I've actually seen that before, and it doesn't specifically happen for the annotations only, but for particular edge cases in the markup which (I think)...

Weird - I tried this now (FF and Chrome) and, just like issue #76, I couldn't reproduce. Can you post which RecogitoJS version you are using, and on what browser...

Ah - well, no, the public demo is hopelessly outdated. You can grab the latest version off the CDN here: https://cdn.jsdelivr.net/npm/@recogito/[email protected]/dist/recogito.min.js https://cdn.jsdelivr.net/npm/@recogito/[email protected]/dist/recogito.min.css Sorry for this! (I wish there was more...

Have you tried toggling the `mode: pre` init setting? Without that, the offset corresponds to the char offset in the markup, including newlines and extra whitespace that the browser doesn't...