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

[Bug] Scroll freeze on filtering large data #3313

Closed
2 tasks done
pranavtotla opened this issue Sep 4, 2024 · 0 comments · Fixed by #3319
Closed
2 tasks done

[Bug] Scroll freeze on filtering large data #3313

pranavtotla opened this issue Sep 4, 2024 · 0 comments · Fixed by #3319
Assignees
Labels

Comments

@pranavtotla
Copy link

pranavtotla commented Sep 4, 2024

Before you submit this issue, have you checked the following

  • Is this really a problem?
  • I have searched the Github Issues for similar issues, but did not find anything.

Affected packages and versions

0.2.11

Reproduction link

StackBlitz URL.
Related Issue #1992

Description:

  • I have added two Univer plugins: @univerjs/sheets-filter, and @univerjs/sheets-filter-ui
  • I have registered the plugins src/main.ts
  • Run the application
  • Added a lot of data, ~5000 rows
  • I use filter on one of the columns
  • I scroll horizontally after filtering

Expected behavior

Scrolling should remain smooth and seamless.

Actual behavior

  • If the number of rows in the filter is high, the horizontal scroll is smooth.
  • If the number of rows in the filter is low, the horizontal scroll lags a bit.
Univer.Scroll.Lag.mov

System information

Happens on all systems.
Apologies, I could not save the data in the replication link. But it happens for any data.

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

Successfully merging a pull request may close this issue.

4 participants