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

igGrid - virtualScrollTo doesn't scroll to the very position if the position is not integer value. #2205

Open
norikois opened this issue Sep 20, 2022 · 0 comments
Assignees

Comments

@norikois
Copy link

Description

igGrid - virtualScrollTo doesn't scroll to the very position if the position is not integer value.

  • igniteui-angular version: 22.1
  • browser: Chrome, Edge
  • other condition: Either when the display scaling is not 100% in Windows settings or when the browser zoom level is not 100%

Steps to reproduce

  1. Open the attached reproducible sample.
  2. Scroll vertically to around the row whose ID is 25 by dragging the scroll thumb.
  3. Click "button2" button.
    -> The current scroll position is displayed in the text box "hoji" just below the button. Make sure the scroll position has a subpixel precision. If it doesn't, repeat the steps 2 and 3 until it does.
  4. Click "button3" button.
    -> Observe the grid. And observe what is displayed in the text box "saki" as current scroll position.

Result

The grid slightly scrolls.
The current scroll position in "saki" is different from that in "hoji".

Expected result

The grid doesn't scroll.
The current scroll position in "saki" is same as that in "hoji".

Attachments

C_00226022_Sample4 (2).zip
C_00226022_Sample4_Movie1.zip

@ChronosSF ChronosSF transferred this issue from IgniteUI/igniteui-angular Sep 20, 2022
@ChronosSF ChronosSF self-assigned this Sep 20, 2022
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