Skip to content

Should a highlight be able to prevent selection in response to a pointer event? #102

Open
@sanketj

Description

Elements are able to prevent selection by calling preventDefault, but HighlightRangeGroups will not be able to do so because Elements and HighlightRangeGroups receive separate pointer events.

One option is to define that cancelling the HighlightRangePointerEvent will also prevent selection.

Metadata

Assignees

Labels

HighlightEventsIssues related to events for highlights

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions