Skip to content

Spreadsheet double updating when drag-copy #1

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

Open
ToniJ123 opened this issue May 13, 2025 · 3 comments
Open

Spreadsheet double updating when drag-copy #1

ToniJ123 opened this issue May 13, 2025 · 3 comments

Comments

@ToniJ123
Copy link

Hi,

There happens double updating when using cell bottom-right corner's drag-copy. Using this method triggers double update link actions, as the other one's are without value. This wouldn't be a problem if they would trigger update link actions in "proper order", but because they trigger in random different times in browser, it will shoot randomly without value and with wanted value. So in update link file, we have to filter those without value updates out. This causes the actual problem. You cannot use this cell bottom-left corner drag-copy to clean multiple cell data, because of the previous behaviour, you have to filter out update actions without value. It also prevents using DELETE from keyboard, which also triggers updates with no value.

So when using this drag-copy method to copy values to another cells, could these double update actions without value be eliminated in this case?
It would solve all the issues which this causes.

Thanks!

@ToniJ123
Copy link
Author

spreadsheet_component_double_updating_while_drag-copying.mp4

@lovasoa
Copy link
Collaborator

lovasoa commented May 15, 2025

Hi @ToniJ123 !

Do you have a minimal reproduction of the issue ? Are you using the latest version of the component ?

I cannot reproduce your problem locally.

WhatsApp.Video.2025-05-13.at.14.53.43.mp4

@ToniJ123
Copy link
Author

Hi, just downloaded latest SQLPage and latest spreadsheet component, and adding these two files just to it, and doing drag n copy, triggers this behaviour. If it makes some difference, we are using offline version of the spreadsheet component.

fault_behaviour.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants