jspreadsheet / jspreadsheet/ce
An error occurs when adding a row after deleting a column.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 890
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/user-attachments/assets/00a81cb7-cb42-4ba6-88e7-b4e0c96c917c
Chrome이 최신 버전임
버전 144.0.7559.60(공식 빌드) (64비트)
index.js:15 Uncaught TypeError: Cannot read properties of undefined (reading 'style')
createCell @ index.js:15
createRow @ index.js:15
insertRow @ index.js:15
eval @ VM156:3
T.t.props.length.t.props.forEach.t @ lemonade.js:1435
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 by reproducing the reported sequence: delete a column, then add a row in Chrome. Trace the createCell, createRow, and insertRow calls shown at index.js:15, including the failing style access, and compare the related lemonade.js call path. Done means the sequence no longer raises the reported TypeError.
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
- 42/100