inception icon indicating copy to clipboard operation
inception copied to clipboard

#4668 - Rejecting predictions using HTML (Apache Annotator)

Open reckart opened this issue 1 year ago • 0 comments

What's in the PR

  • Try introducing a double-click detection - however, doesn't work properly at the moment

How to test manually

  • Double-click on a non-overlapping recommendation to reject it - currently doesn't work because it is detected as a text-selection and then triggers annotation creation
  • Double-click on the label before an annotation - currently doesn't work because it is detected as a text-selection and then triggers annotation creation
  • Click on a recommendation that overlaps with some other annotation - that opens the selector popup - then doubleclick on the recommendation in the selector - that works, but it's quite odd

Automatic testing

  • [ ] PR includes unit tests

Documentation

  • [ ] PR updates documentation

reckart avatar Apr 02 '24 21:04 reckart