-
Notifications
You must be signed in to change notification settings - Fork 686
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
The traces views is jittering and jumping around while scrolling up or down. This only happens if the traces bigger and with a lot spans and nesting.
I looked in the code and I think the problem lies in the fact that the FluentDataGrid component that src/Aspire.Dashboard/Components/Pages/Traces.razor is using is set to be virtualized. I think this is not supported when you have items of different sizes as children (since you can collapse and uncollapse spans - which makes it hard for virtualization to know the size of a child )
Not sure if not setting virtualize as true could maybe be a better experience than this.
For me this makes the traces view not usable in those scenarios.
A button for collapsing and uncollapsing all children would maybe be a workaround.
Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version info
No response
Anything else?
No response