-
Notifications
You must be signed in to change notification settings - Fork 373
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
docs: fix Many Items in Autocomplete #1978
Comments
Closed as not reproducible |
@vnbaaij I've checked again. It works in Edge for me but not in Firefox |
Re-opening. Please mention those kind of details next time. Helps triaging. |
This is due to |
@dvoituron : just gave this a go in firefox as it is my main browser. if not, i took a look at the DOM and it appears that the popup isn't getting filled in with |
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? |
I have seen the issue yesterday and did a quick debugging session but could not identify the the root cause yet. But that is currently a vague assumption. I haven't had time to look at it in detail yet. |
Maybe related to this issue? dotnet/aspnetcore#44357 |
This is still an issue in the latest Firefox version. With the problem being a timing issue in the Virtualize component, this is not something that can be solved from our side, I think. |
Interestingly, I am seeing a very similar issue in Chrome/Edge after upgrading FluentUI from |
This seems to be broken:
https://www.fluentui-blazor.net/Autocomplete
The text was updated successfully, but these errors were encountered: