impossible to change a Table entry
Open
Nobody has claimed this yet.
Area:Data
Bug
- Dominant language
- JavaScript
- Stars
- 24k
- Forks
- 3.8k
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 25
Description
Most appropriate sub-area of p5.js?
- Accessibility
- Color
- Core/Environment/Rendering
- Data
- DOM
- Events
- Image
- IO
- Math
- Typography
- Utilities
- WebGL
- Build process
- Unit testing
- Internationalization
- Friendly errors
- Other (specify if possible)
p5.js version
v1.9.4
Web browser and version
131.0
Operating system
linux
Steps to reproduce this
Steps:
- got to https://editor.p5js.org/Cdriko/sketches/rbr77d-AU
- click on "Deplace" button
- this execute the 'deplaceBloc' function in that The function tableRow.setString( give an error
- error 'Column #0 is out of the range of this table"
- But I read the row and the colomn just before.
Snippet:
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 with the linked p5.js Editor sketch and its deplaceBloc function, then trace the tableRow.setString call that raises the “Column #0 is out of the range” error. Reproduce the behavior in the reported browser and p5.js version, and consider the issue resolved when changing the table entry works without that error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100