-
-
Notifications
You must be signed in to change notification settings - Fork 532
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
[Bug]: Virtualize isn't virtualizing... #5824
Comments
We can look into this after 1.7 release. And fix it as part of the maintenance update. |
Should we not make an effort to fix this now known bug in 1.6 and merge to master and have it right away on 1.7? |
We don't have much time for 1.6 now, so we need to focus on releasing 1.7 next week. |
It's not only a 1.6 concern. But 1.7 also. You are knowingly releasing a hug in a stable version. And it's a bug in a somewhat "basic" feature. |
We need to prioritize the issues for our upcoming release to ensure that we are focusing our efforts effectively. While we’ve come across the current issue, it’s important to note that it was discovered accidentally and is not as critical as some of the other concerns we’re addressing. So I would like us to concentrate on the more pressing issues first, which will have a greater impact on our release. |
This one is interesting...
Not critical: Next steps: |
Blazorise Version
1.6.2
What Blazorise provider are you running on?
Bootstrap5
Link to minimal reproduction or a simple code snippet
I was exploring the #5793 and discovered weird issue with ListView and Virtualize flag.
Simple ListView
Steps to reproduce
The Virtualized list is displayed correctly, even works correctly. But once you "force" it to do some re-render (for example by clicking a button) it spits out all the
<li>
into the dom...413f81fd-6376-4000-9480-71cfa47a8343.mp4
.net8, wasm only.
I will share a bug repo once you confirm it's something we should care about. Not sure about Blazor Server and other components where virtualization is a thing.
My guess is that it is somehow related to the RenderFragment which is inside the virtualize component... because it doesn't have the key (the key is rather inside the fragment).
What is expected?
Virtualize shouldn't have all the elements at once (unless small list)...
What is actually happening?
Simple button click forces the Virtualize to add all the elements to the dom.
What browsers do you see the problem on?
Microsoft Edge
Any additional comments?
No response
Edit:
Observations:
The text was updated successfully, but these errors were encountered: