mattdesl / mattdesl/touch-position
Undetected position on doc load
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 14
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Hi @mattdesl!
Noticed one feature/bug with [pan-zoom](https://github.com/dfcreative/pan-zoom).
If the first event after page has loaded is mousewheel, not move (that is the case for scrolls blocking mouse move), then position of mouse will be _0_.
Is there any sense to track wheel events, or it is better just to pass initial position?
Thanks!
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.
Research direction
Read the touch-position implementation and reproduce the case where the first event after page load is a mousewheel event rather than a mouse-move event. Decide whether initial position or wheel-event tracking is the intended behavior, then verify that the reported position is no longer incorrectly zero.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100