Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
6.0-rc-1
-
None
-
Unknown
-
Description
Steps to reproduce:
- Create a document with the following content:
Some test content.
- Select and annotate "test". The rendered output is:
<div id="xwikicontent" class="col-xs-12"> <p> Some <span class="annotation ID0 annotation-highlight">test</span> <span id="ID0" class="annotation-marker SAFE"></span> content. </p> </div>
- Select and annotate "test" again. The rendered output is:
<p> Some <span class="annotation ID0 annotation-highlight"> <span class="annotation ID1 annotation-highlight">test</span> </span> <span id="ID0" class="annotation-marker SAFE"></span> <span class="annotation ID1 annotation-highlight"></span> <span id="ID1" class="annotation-marker SAFE"></span> content. </p>
- At this point, both annotation-markers are displayed in the same location, one over another and we can only hover to see a single annotation (the most recent one) even if 2 annotations exist there.
- In the Comments tab, both annotations are properly displayed.
See the attached xar with the example above.
Attachments
Issue Links
- duplicates
-
XWIKI-19896 When annotating twice the same content only the first annotation is shown when clicking on the small yellow icon
- Open