Mouseover behaves like mouseenter, not mousemove
Open
@ryanhamley is already working on this.
Since Jan 15, 2020.
docs :scroll:
- Dominant language
- TypeScript
- Stars
- 12.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
Both the 'mouseover' and 'mousemove' events have the same description:
`Fired when a pointing device (usually a mouse) is moved within the map.`
In practice though, `mouseover` seems to behave exactly like `mouseenter`: it fires once when the mouse enters the layer, but not when moving between features in the layer, or within a single feature.
Somehow related to #7299
Contributor guide
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.