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

Expandable/Selection icons in grid lag while scrolling on touch devices. #5833

Open
aranta-rokade opened this issue Nov 28, 2016 · 4 comments

Comments

@aranta-rokade
Copy link

The expandable icons (plus minus icons) in the tree view grid lag while scrolling vertically on a touch device, i.e. they get slightly detached from the corresponding row. When we stop scrolling, they align themselves correctly. But then again upon further scrolling the lag persists.

@cybermerlin
Copy link
Contributor

event.stopPropagation() in on rowExpandedStateChanged

@aranta-rokade
Copy link
Author

untitled
Attached a png for better understanding of the issue.

mportuga added a commit that referenced this issue Dec 8, 2016
Adding support for providing a custom scroller and a new scroller that makes touch devices scroll without a lag between various pieces of the grid.

#1689, #3719, #5833
@maximus221
Copy link

I can reproduce this issue on IE11 while scrolling up and down using the mouse wheel using a desktop web browsers. This does not happen when using the scrollbar to scroll up and down.

@dcm93
Copy link

dcm93 commented Sep 22, 2017

+1
Mine lag regardless of device type. I'm working on Chrome 60 and no touch device and I am having the lagging issue with the vertical scrollbar.

@mportuga mportuga self-assigned this Apr 6, 2018
@mportuga mportuga added this to Needs triage in Bug Triage Jun 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Bug Triage
  
Needs triage
Development

No branches or pull requests

5 participants