JavaScript error after clean install - cursorUpdate is not defined
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
After doing clean install (per README) and loading an MEI file, I get the following error in the Chrome Dev Tools console:
meiEditor.js:491 Uncaught ReferenceError: cursorUpdate is not defined (meiEditor.js:491)
The MEI is not displayed (but the meix.js GUI is there). Using Chrome Version 52.0.2743.116 (64-bit) on El Capitan, serving the app locally. The associated mei file is attached in a zip.
salz_135v.mei.zip
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
Follow the clean-install steps in the README, then load the attached salz_135v.mei file in Chrome and reproduce the console error. Inspect meiEditor.js around line 491 and trace why cursorUpdate is unavailable; done means the MEI displays successfully without that ReferenceError.
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
- 45/100