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

Scrolling calendar side menu on Desktop is laggy #7179

Closed
3 tasks
charlag opened this issue Jul 8, 2024 · 0 comments · Fixed by #7183
Closed
3 tasks

Scrolling calendar side menu on Desktop is laggy #7179

charlag opened this issue Jul 8, 2024 · 0 comments · Fixed by #7183
Assignees
Labels
bug broken functionality, usability problems, unexpected errors
Milestone

Comments

@charlag
Copy link
Contributor

charlag commented Jul 8, 2024

it seems like it's redrawing constantly on scroll

Screenshot from 2024-07-08 11-04-23

Test Notes

  • The sidebar scroll still working on all views (Mail, search, contacts, calendar)
  • The when scrolling the sidebar, the profiling tab isn't overflowed as on the screenshot above
  • Event bubbles still being updated when needed
@charlag charlag added the bug broken functionality, usability problems, unexpected errors label Jul 8, 2024
murilopereirame pushed a commit that referenced this issue Jul 8, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled.
The redraw isn't needed since we change the dom directly through target.

Co-authored-by: André Dias <and@tutao.de>

Fixes #7179
murilopereirame pushed a commit that referenced this issue Jul 9, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled.
The redraw isn't needed since we change the dom directly through target.

Co-authored-by: André Dias <and@tutao.de>

Fixes #7179
murilopereirame pushed a commit that referenced this issue Jul 11, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled.
The redraw isn't needed since we change the dom directly through target.

Co-authored-by: André Dias <and@tutao.de>

Fixes #7179
murilopereirame pushed a commit that referenced this issue Jul 11, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled.
The redraw isn't needed since we change the dom directly through target.

Co-authored-by: André Dias <and@tutao.de>

Fixes #7179
wrdhub pushed a commit that referenced this issue Jul 16, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled.
The redraw isn't needed since we change the dom directly through target.

Co-authored-by: André Dias <and@tutao.de>

Fixes #7179
murilopereirame pushed a commit that referenced this issue Jul 18, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled.
The redraw isn't needed since we change the dom directly through target.

Co-authored-by: André Dias <and@tutao.de>

Fixes #7179
murilopereirame pushed a commit that referenced this issue Jul 19, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled.
The redraw isn't needed since we change the dom directly through target.

Co-authored-by: André Dias <and@tutao.de>

Fixes #7179
wrdhub pushed a commit that referenced this issue Jul 19, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled.
The redraw isn't needed since we change the dom directly through target.

Co-authored-by: André Dias <and@tutao.de>

Fixes #7179
andrehgdias pushed a commit that referenced this issue Jul 23, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled.
The redraw isn't needed since we change the dom directly through target.

Co-authored-by: André Dias <and@tutao.de>

Fixes #7179
tutao-mac pushed a commit that referenced this issue Jul 23, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled.
The redraw isn't needed since we change the dom directly through target.

Co-authored-by: André Dias <and@tutao.de>

Fixes #7179
wrdhub pushed a commit that referenced this issue Jul 24, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled.
The redraw isn't needed since we change the dom directly through target.

Co-authored-by: André Dias <and@tutao.de>

Fixes #7179
wrdhub pushed a commit that referenced this issue Jul 26, 2024
This commit prevents the redraw event from being fired when the sidebar is scrolled.
The redraw isn't needed since we change the dom directly through target.

Co-authored-by: André Dias <and@tutao.de>

Fixes #7179
@murilopereirame murilopereirame added this to the Calendar App milestone Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug broken functionality, usability problems, unexpected errors
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants