dotnet / aspire

An opinionated, cloud ready stack for building observable, production ready, distributed applications in .NET
https://learn.microsoft.com/dotnet/aspire
MIT License
3.74k stars 432 forks source link

[AzureTools][Aspire] It would be better if the tooltip pos up when hovering over the stop icon below the "Action" in the Dashboard #5953

Closed v-mengwe closed 1 week ago

v-mengwe commented 2 weeks ago

Clean machine: Win11 x64 23h2 ENU VS Version: VS 17.12.0 Preview 3.0 [35325.140.main] Aspire Version: 9.0.0-preview.4.24475.6 Apply NuGet Feeds Podman Desktop: 1.12.0 Podman CLI: 5.2.3

REPRO STEPS:

  1. Create an Aspire starter project with "Use Redis for caching (requires Docker)" checked.
  2. Update package references to all of Aspire dependencies to version 9.0.0-preview.4.24475.6-> Add <Sdk Name="Aspire.AppHost.Sdk" Version="9.0.0-preview.4.24475.6" /> to the AppHost project file.
  3. F5 -> Hover over the stop icon below the "Action". image
  4. Check whether the tooltip pos up.

Suggestion: It would be better if the tooltip pos up. image

Actual: No tooltip pos up.

More Info: Similarly, the tooltip message should change as the icon changes.

DamianEdwards commented 1 week ago

Was this fixed by #5969?

v-mengwe commented 1 week ago

Verified on the Aspire 9.0.0-preview.4.24478.1, this issue is fixed. image