jspreadsheet / jspreadsheet/ce
Paste for filtered rows does paste twice
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 890
- PR merge metrics
- No merged PRs in 30d
Description
In Excel, you can paste over filtered rows and Jspreadsheet allows this as well. However, it seems that rows are pasted twice. Once in the correct place and once in the bottom.
Before:
Filtered:
After pasting one cell with Honda over the three cells of BMW
Issue:
It seems that the values are pasted correctly over the BMW values. However, it adds the same three values at the very end of the spreadsheet, which shouldn't happen.
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 paste operation in a filtered Jspreadsheet grid: paste one cell over the three visible BMW cells and inspect the resulting rows. Done means the values replace the filtered rows once and are not appended again at the bottom; no file or test location is identified in the issue.
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
- 48/100