MicrosoftEdge / MicrosoftEdge/MSEdgeExplainers
Should a highlight be able to prevent selection in response to a pointer event?
Open
@sanketj is already working on this.
Since Jan 8, 2020.
HighlightEvents
- Dominant language
- HTML
- Stars
- 1.4k
- Forks
- 286
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 8
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.