Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Range Clipboard - paste after arrows navigation #4647

Open
ukituki92 opened this issue Dec 6, 2024 · 0 comments
Open

Range Clipboard - paste after arrows navigation #4647

ukituki92 opened this issue Dec 6, 2024 · 0 comments
Labels
Possible Bug A possible bug that needs investigation

Comments

@ukituki92
Copy link

ukituki92 commented Dec 6, 2024

Describe the bug
In cell range selection feature you can't paste data from cell if you don't click on cell after copy.

Tabulator Info
It is in every version on website, same issue

Working Example
You can recreate this problem on https://tabulator.info/docs/6.3/range#clipboard

To Reproduce
A step by step guide to recreate the issue in https://tabulator.info/docs/6.3/range#clipboard:

  1. Select one cell in column "Ratings"
  2. Click "Ctrl + C"
  3. Move with the arrow down
  4. Click "Ctrl + V" - nothing happens

Expected behavior
Data should be pasted.

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Chrome Version 131.0.6778.109

Additional info
I tried to debug it in source code. The paste event is not triggering after coping data.

if(this.mode === true || this.mode === "paste") { this.table.element.addEventListener("paste", (e) => { this.paste(e); }); }

@ukituki92 ukituki92 added the Possible Bug A possible bug that needs investigation label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Possible Bug A possible bug that needs investigation
Projects
None yet
Development

No branches or pull requests

1 participant