-
-
Notifications
You must be signed in to change notification settings - Fork 533
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]: Blazorise TreeView control shows duplicate entries #5221
Comments
Hello @JosephFicara, thank you for your submission. The issue was labeled "Status: Repro Missing", as you have not provided a way to reproduce the issue quickly. Most problems already solve themselves when isolated, but we would like you to provide us with a reproducible code to make it easier to investigate a possible bug. |
@JosephFicara I am sorry but please provide a repository with the reproduceable, there might be very specific things that you are doing in the code that we can't tell... or have to be guessing in order to try and reproduce ourselves. |
I added a simplified example in this repo: https://github.com/JosephFicara/blazorisebugs.git You will find it in the TreeControlTestAppBlazoirizeSolution Let me know if you have any questions. Thank you for your help and support. |
Hello, We'll be fixing the issue as soon as possible. PS: Really appreciated for the good repro, it really helps us alot. |
Thank you @David-Moreira |
Blazorise Version
1.3.3, 1.3.4 and 1.4
What Blazorise provider are you running on?
Bootstrap5
Link to minimal reproduction, or a simple code snippet
Steps to reproduce
What is expected?
Only the single node that was added should be shown.
What is actually happening?
Duplicate child nodes are shown
What browsers are you seeing the problem on?
Chrome, Microsoft Edge
Any additional comments?
This only happens when a parent node has no children. If the parent node initially has children, then duplicate nodes are not shown
The backing data store does not get duplicate nodes, its only something that is happening in the tree. When you collapse and expand the parent node the proper children are represented.
The text was updated successfully, but these errors were encountered: