dotnet / aspire

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

[WebToolsE2E][Aspire] Click Help on the Aspire Dashboard page, and the "Close" button prompt will automatically appear. #6021

Open v-reinawang opened 3 weeks ago

v-reinawang commented 3 weeks ago

REGRESSION INFO: Worked in Aspire 8.2.1

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install SDK 8.0.402
  3. Install Aspire 9.0 RC1 [9.0.0-preview.4.24480.1]

REPRO STEPS

  1. Open CMD, run following command to create an Aspire Starter App project
    dotnet new aspire-starter -o AspireStarterApp
    cd AspireStarterApp/AspireStarterApp.AppHost
  2. Dotnet run the project in CMD, and open URL in the browser. dotnet run

ACTUAL Click Help, the prompt ‘Close’ will be automatically displayed. dashboard3

Also reproduce the Add filter page in Structured and Traces image

EXPECTED When the mouse hovers over the close button, the prompt "Close" will appear.

adamint commented 2 weeks ago

This is a regression in fluentui-blazor, this appears in examples here

@v-reinawang could you file a ticket in https://github.com/microsoft/fluentui-blazor

v-reinawang commented 2 weeks ago

I filed an issue in https://github.com/microsoft/fluentui-blazor