-
Notifications
You must be signed in to change notification settings - Fork 154
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
Relations disappear after merging their target/source #5096
Comments
Might be related to #5114 |
I can reproduce the issue. Interestingly, it only happens when the option Show all curatable annotations is turned on. When I turn the option off and merge the endpoint, the relation remains visible. Good catch! |
There seems to be an additional problem. The relation curation suggestion seems to be only visible if both endpoints are within the current page. It seems that partial rendering of long ranging relations is not yet working in the integrated curation view. |
- Fix render logic to ensure we actually use an endpoint that has been rendered in showAll mode
- Fix render logic to ensure we actually use an endpoint that has been rendered in showAll mode
…-disappear-after-merging-their-target-or-source #5096 - Relations disappear after merging their target/source
* release/34.x: #5170 - Extra or missing spaces between span text and following text in annotation sidebar #5168 - Relations and links starting or ending beyond the current window are not visible in integrated curation #5096 - Relations disappear after merging their target/source % Conflicts: % inception/inception-curation-legacy/src/main/java/de/tudarmstadt/ukp/clarin/webanno/curation/casdiff/CasDiff.java % inception/inception-curation-legacy/src/main/java/de/tudarmstadt/ukp/clarin/webanno/curation/casdiff/relation/RelationDiffAdapter.java % inception/inception-ui-curation/src/main/java/de/tudarmstadt/ukp/inception/ui/curation/sidebar/render/CurationSidebarRenderer.java
@s2fische The issue should be fixed in 34.4 - if you still encounter it after upgrading, please let me know. |
While curating in annotation mode, we found that some relations "vanish" after their target or source points are manually merged (in this case, the one named "Element von"), see video. We expect the relation to continue being displayed/stay selectable after the corresponding target or source are merged.
We're not sure whether the issue is due to the stacked spans/entities because in this case, the entities have different names.
INCEpTION.-.Annotation.-.Google.Chrome.2024-10-22.16-30-25.mp4
Please complete the following information:
The text was updated successfully, but these errors were encountered: