Denis Voituron

Results 109 comments of Denis Voituron

@sardar97 I've started a similar work in PR #1952. Do you have any other ideas or requests?

Not really ;-) ![image](https://github.com/microsoft/fluentui-blazor/assets/8350694/3c5a7a83-7c84-4a7f-8316-63f0dbd1e3ae)

This is due to `Virtualize="true"`, but at the moment I don't know why it's OK with Edge but not with Firefox.

Yep. Clarity is not linked to this problem. I've seen that the "virtualization" part (this DOM) isn't filled in with Firefox. But I don't know why at the moment.

@martinbu Any idea why this problem only occurs with Firefox?

Maybe related to this issue? https://github.com/dotnet/aspnetcore/issues/44357

It could be interesting. Let's see what can be done In the meantime, you can add a style `overflow: auto;` to display a scrollbar. It's not the same result, but...

I haven't created any new bugs. I've updated to milestone to 4.4.

The problem seems to be that the `FluentOverflowItem` contains an `@key` attribute. I need further investigation to find out why this behavior only occurs with DataGrid, but I can't reproduce...