Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Planner: vertical scrolling in list of items slow #2290

Open
ppitonak opened this issue Feb 16, 2018 · 7 comments
Open

Planner: vertical scrolling in list of items slow #2290

ppitonak opened this issue Feb 16, 2018 · 7 comments

Comments

@ppitonak
Copy link
Collaborator

  1. open any project with so many work items that vertical scroller appears
  2. start scrolling up and down

Result:

  • In Chrome, it looks normal but is slow
  • In Firefox, the text is disappearing

peek 2018-02-16 14-57

@ppitonak
Copy link
Collaborator Author

ppitonak commented Jun 7, 2018

Still reproducible

@mvulavak
Copy link
Collaborator

@nimishamukherjee When is the team planning to fix this issue?

@joshuawilson
Copy link
Member

@mvulavak this is a P4, so I'm guessing not for a while.

To the devs, I will say that we should look at using virtualization of the view to create a smooth scrolling experience.

@christianvogt
Copy link
Collaborator

It's janky in chrome because chrome is holding up the UI thread while it's painting and chrome's scrolling is tied to UI thread.

Firefox on the otherhand scrolls outside of the UI thread and therefore you get smooth scrolling while the UI catches up on painting.

There's nothing wrong here and it is simply an artifact of virtual scrolling. Performance of the row rendering could be improved to make the experience better.

@ldimaggi
Copy link
Collaborator

Question on the closing of this issue - will we be addressing the performance of the row rendering? It's pretty awkward from a user perspective in its current form. Thx!

@christianvogt
Copy link
Collaborator

@ldimaggi reopening to track as a performance issue as it does seem more noticeable on lesser powered machines.

@christianvogt christianvogt reopened this Dec 13, 2018
@ppitonak
Copy link
Collaborator Author

For the record, I can reproduce it on a high-end laptop.

@stevengutz stevengutz added priority/P3 Medium and removed priority/P4 Normal labels Jan 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants