jspreadsheet / jspreadsheet/ce

Paste for filtered rows does paste twice

Open
#1,797 0 comments 0 reactions 0 assignees View on GitHub

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:

Image

Filtered:

Image

After pasting one cell with Honda over the three cells of BMW

Image

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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.