Skip to content

Blazor RC1 Virtualize Component paging issue #26353

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

Closed
Jarek300 opened this issue Sep 26, 2020 · 2 comments
Closed

Blazor RC1 Virtualize Component paging issue #26353

Jarek300 opened this issue Sep 26, 2020 · 2 comments
Labels
area-blazor Includes: Blazor, Razor Components feature-blazor-virtualization This issue is related to the Blazor Virtualize component ✔️ Resolution: Answered Resolved because the question asked by the original author has been answered. Status: Resolved

Comments

@Jarek300
Copy link

Virtualize component seems not to support clicking in “page down” area of the scroll bar.

If you drag a handle, component correctly loads items.

If you click in the scrollbar below the handle, component automatically scrolls the list from the current position till the end. Sometimes it’s enough to click once, sometimes you have to click ‘page down’ a few times.

I’ve attached a simple test project based on blazor project template:

WebApplication1.zip

@mkArtakMSFT mkArtakMSFT added the area-blazor Includes: Blazor, Razor Components label Sep 28, 2020
@captainsafia
Copy link
Member

If you click in the scrollbar below the handle, component automatically scrolls the list from the current position till the end.

This is an issue in RC1 that was resolved in RC2. Can you try RC2 and verify if the same behavior persists? You can check out the nightly builds of RC2 at https://github.com/dotnet/installer#installers-and-binaries.

@captainsafia captainsafia added the ✔️ Resolution: Answered Resolved because the question asked by the original author has been answered. label Sep 28, 2020
@ghost ghost added the Status: Resolved label Sep 28, 2020
@Jarek300
Copy link
Author

Paging still does not work in RC2. See the attached recording. Use the test project above to reproduce the problem.

WebApplication1.zip

@ghost ghost locked as resolved and limited conversation to collaborators Nov 13, 2020
@mkArtakMSFT mkArtakMSFT added the feature-blazor-virtualization This issue is related to the Blazor Virtualize component label Dec 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components feature-blazor-virtualization This issue is related to the Blazor Virtualize component ✔️ Resolution: Answered Resolved because the question asked by the original author has been answered. Status: Resolved
Projects
None yet
Development

No branches or pull requests

3 participants