mattdesl / mattdesl/touch-position

Undetected position on doc load

Open
#3 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.