jspreadsheet / jspreadsheet/ce
Value doesn't paste across multiple rows.
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 890
- PR merge metrics
- No merged PRs in 30d
Description
Steps to reproduce (can use example table on https://jexcel.net/v7/)
-
Enter a value into A1.
-
Copy the value.
-
Select A2 and A3.
-
Paste. The value is only inserted into A2.
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
Reproduce the issue using the example table at https://jexcel.net/v7/: enter a value in A1, copy it, select A2 and A3, and paste. Start by tracing the spreadsheet's paste handling, then verify that the copied value is inserted into both selected rows rather than only A2.
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
- Clearly specified
- Newbie friendliness
- 45/100