processing / processing/p5.js

impossible to change a Table entry

Open
#7,382 5 comments 0 reactions 0 assignees View on GitHub

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:
  1. got to https://editor.p5js.org/Cdriko/sketches/rbr77d-AU
  2. click on "Deplace" button
  3. this execute the 'deplaceBloc' function in that The function tableRow.setString( give an error
  4. error 'Column #0 is out of the range of this table"
  5. But I read the row and the colomn just before.
Snippet:

Contributor guide

Open the contributing guide

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.