Skip to content

cursor: pointer is still applied even for the annotation with UserSelectAction.NONE action #485

@oleksandr-danylchenko

Description

@oleksandr-danylchenko

Which version of Annotorious are you using?

  • package: @annotorious/core + @annotorious/annotorious
  • version: 3.0.19

Issue behavior

When I move a mouse over an annotation with the UserSelectAction.NONE action applied - the hover effect with the cursor: pointer is still being shown. That's a bit confusing for the users, as they would expect the annotation to be selectable. Unfortunately, there's also no easy way to granularly override the hovered style for individual annotations that have the UserSelectAction.NONE.

Screenshots

image image

Relations

The same issue pertains in the @recogito/text-annotator-js too! The hovered class is applied to the whole container, and it always shows the pointer. See - recogito/text-annotator-js#183

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions