Closed albertocottica closed 2 years ago
Turns out this is the same issue as https://github.com/edgeryders/discourse-annotator/issues/210 which was caused by a post being edited after it was annotated.
The annotation you mentioned was created on April 20, '21 but on May 20, '21 a paragraph was added to the start of the annotated post. As annotations are anchored to paragraphs, this messed up all annotations in the post. Internally the annotations are still present, but annotator is now unable to display them properly. When the beginning of a long post is edited is basically the worst case (and happens rarely) as it messes up all annotations after the edited paragraph.
I'll start working on a solution. Closing this issue as we already have https://github.com/edgeryders/discourse-annotator/issues/6 to track it.
POPREBEL ethnographers report that some post, when viewed in the back end with their annotations, render incorrectly, in a way that makes that view useless. For example, here you can see highlights starting and stopping in mid-word:
(here it is on the platform)
Annotation store correctly, for example this. The sentence that should be higlighted is "Twój stosunek do tego co się dzieje jeśli chodzi o prawo do wykonywania aborcji w Polsce?", and it should be assigned the code
Z Values and Beliefs - Category → abortion
. But the rendering is incorrect:I initially hypothesized a role of emoticons or graphics, so I created and coded this test topic, but could not reproduce the issue.