Event.path is deprecated
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 27k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
Event.path is deprecated and will be removed. Please use Event.composedPath() instead.
scroller.js:312
const path = event.deepPath || event.path;
Chrome: 103.0.5060.134
Vimium: 1.67
Thanks
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.
Research direction
Start at scroller.js:312 and inspect how the event path is obtained through event.deepPath or event.path. Update the deprecated path handling as requested, then verify that scroller behavior remains working in Chrome and that the deprecated Event.path usage is no longer needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100