dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.86k stars 462 forks source link

[WebToolsE2E][Aspire][Safari] The apiservice/webfrontend project "Actions" content is displayed incomplete on MacOS. #6285

Open Rita003 opened 1 month ago

Rita003 commented 1 month ago

INSTALL STEPS

  1. Clean machine: Mac OS
  2. Install SDK 9.0.100-rc.2.24474.11
  3. Install Aspire 9.0.0-rc.1.24511.1

    • Apply the dotnet8 feed for Aspire 9.0

REPRO STEPS

  1. Open CMD, create an Aspire Starter App using following commands:
    dotnet new aspire-starter -o AspireStarterApp
    cd AspireStarterApp
  2. Dotnet run the project in CMD, and open URL in the Safari browser. dotnet run
  3. Click the apiservice/webfrontend project "Actions"

NOTE:

  1. This issue does not repro on Edge browser, only on Safari.

ACTUAL The content displayed in "Actions" is incomplete Image Image

EXPECTED Image

davidfowl commented 1 month ago

Assigned to you @JamesNK

adamint commented 1 month ago

Do you have a mac to test with?

JamesNK commented 4 weeks ago

No I don't. I'm going to give to you @adamint. However I think the bug and fix is probably in FluentUI.

adamint commented 4 weeks ago

After initial investigation, I agree with James. @vnbaaij could you take a look? This appears like a fluentui bug.

JamesNK commented 3 weeks ago

@adamint Create an issue in their repo.

vnbaaij commented 3 weeks ago

After initial investigation, I agree with James. @vnbaaij could you take a look? This appears like a fluentui bug.

We do not have a mac to test with. As @JamesNK says, create an issue on our repo. We are rather tight on resources at the moment so not sure how fast we can do something with this. It's not like we can work on this full-time...

adamint commented 3 weeks ago

After initial investigation, I agree with James. @vnbaaij could you take a look? This appears like a fluentui bug.

We do not have a mac to test with. As @JamesNK says, create an issue on our repo. We are rather tight on resources at the moment so not sure how fast we can do something with this. It's not like we can work on this full-time...

Could I contribute a fix?

vnbaaij commented 3 weeks ago

@adamint YES please!