Moerill / Moerill/fvtt-pointer
[BUG] Pointer Settings and Animations are Broken (V10.285)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 5
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
When editing any feature in Choose Your Pointer! :
- Prior settings fail to save (except selecting a different preset)
- In console there is an Uncaught (in promise) TypeError
- Animations don't seem to work in general (the circular default ping doesn't rotate).
To Reproduce
- Open Choose Your Pointer!
- Adjust any setting under "Graphic" or "Animation"
Module incompatibilities
- No other modules are activated
Screenshots/GIFs/Videos
- Sample Console Error:
pointer.js:44 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'texture')
at Pointer.draw (pointer.js:44:42)
at new Pointer (pointer.js:8:8)
at PointerSettingsMenu._updateObject (settings.js:514:20)
at PointerSettingsMenu._onSubmit (foundry.js:5833:18)
at PointerSettingsMenu._onChangeInput (foundry.js:5883:19)
at HTMLFormElement.dispatch (jquery.min.js:2:43064)
at y.handle (jquery.min.js:2:41048)
Desktop (please complete the following information):
- Windows
- Base FoundryVTT application
- FVTT Version 10.285
- Module version 2.4.0
Additional context
This is a fresh install of Foundry V10.285
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
Start by reproducing the issue in Choose Your Pointer! on FoundryVTT v10.285, then inspect pointer.js:44 and the settings.js:514 call path shown in the console trace. Check the Graphic and Animation setting updates, including the default circular ping. Done means settings persist, animations work, and the reported TypeError no longer occurs.
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
- Mostly clear
- Newbie friendliness
- 35/100