-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Annotation browser sometimes does not load in sidebar curation mode #4994
Comments
Could you please open the javascript developer console in your browser and check in the console log if you see any error(s) there? |
I think I can reproduce it.
|
I suspect the problem occurs when a relation/link endpoint from a curator is hidden because an annotation at this point has already been merged. Probably in this case, a relation/link may still be rendered using the annotator-annotation as the endpoint instead of the curated annotation. |
…n mode - Make browser component more robust to even render if arc targets are missing (ignoring those arcs) - Improve curation sidebar renderer to handle cases where a link source is hidden due to an already merged annotation - Add hashCode and equals to Positions because it also implements compareTo
…n-browser-sometimes-does-not-load-in-sidebar-curation-mode #4994 - Annotation browser sometimes does not load in sidebar curation mode
* release/33.x: #4994 - Annotation browser sometimes does not load in sidebar curation mode % Conflicts: % inception/inception-curation-legacy/src/main/java/de/tudarmstadt/ukp/clarin/webanno/curation/casdiff/api/Position_ImplBase.java % inception/inception-curation-legacy/src/main/java/de/tudarmstadt/ukp/clarin/webanno/curation/casdiff/relation/RelationPosition.java % inception/inception-curation-legacy/src/main/java/de/tudarmstadt/ukp/clarin/webanno/curation/casdiff/span/SpanPosition.java
For a number of already annotated and curated documents, the list of annotations (selectable in left-hand side bar) does not load, even after several minutes of waiting, when opening them as a curator in annotation mode. This happens whether the curation is still in progress or not. All documents from our project except for three (one of which has not been annotated yet) are affected.
How it should look:
Please complete the following information:
The text was updated successfully, but these errors were encountered: