Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 17, 2025

Backport of #12886 to release/13.0

/cc @JamesNK

Customer Impact

There is a bug in FluentUI that causes displaying dialogs to error when the page loads. The is a problem for the interaction service which may display displays immediately on page load. See #12954 as an example of a customer running into this problem.

Real fix is to FluentUI. The workaround we can tempoarily add to Aspire is wait a couple of seconds after page load before displaying interactions. This gives time for FluentUI to get into the correct state.

Testing

Manual

Risk

Low

Regression?

Yes

@github-actions
Copy link
Contributor Author

github-actions bot commented Nov 17, 2025

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 12990

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 12990"

@JamesNK JamesNK added area-dashboard Servicing-consider Issue for next servicing release review labels Nov 17, 2025
@JamesNK JamesNK requested a review from joperezr November 17, 2025 04:18
// Wait a small amount of time for it to get ready. Add the delay here because it only impacts displaying dialogs. Still want to display message bars immediately.
//
// TODO: Remove when https://github.com/microsoft/fluentui-blazor/issues/4311 is fixed.
await Task.Delay(TimeSpan.FromSeconds(2));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm not sure about this one. When do we think we can have the issue in fluentui-blazor fixed?

Copy link
Member

@JamesNK JamesNK Nov 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed it in FluentUI. But there is no release with it out. I didn’t push for a release because we have this work around

@joperezr
Copy link
Member

We talked about this during our regular sync, and decided that we would hold for 13.1 on this one

@joperezr
Copy link
Member

Closing for now.

@joperezr joperezr closed this Nov 24, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Dec 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants