Skip to content
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

[WebToolsE2E][Aspire] Some strings in Aspire 9.1 Dashboard are enclosed with a border. #7166

Open
vmykagapuz opened this issue Jan 20, 2025 · 0 comments

Comments

@vmykagapuz
Copy link

vmykagapuz commented Jan 20, 2025

REGRESSION

  1. Worked in Aspire 9.0.0 and 9.0.1

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install SDK 9.0.102
  3. Install latest Aspire 9.1.0-preview.1.25069.2

REPRO STEPS

  1. Create an Aspire Starter App using following commands:
dotnet new aspire-starter -o AspireStarterApp
cd AspireStarterApp/AspireStarterApp.AppHost
  1. Run the project in CMD, and open URL in the browser.
    dotnet run
  2. Navigate to Structured and Traces > type something in the filter search bar > Enter
  3. Click the No filters button and check the "Add filter" string
  4. Press Shift + ? to show dashboard shortcut and check the "Help" string
  5. Press Shift + s to go to Settings and check the "Settings" string

ACTUAL
The following strings are enclosed with a border:

Add filter
Image

Help
Image

Settings
Image

EXPECTED
The mentioned strings should not be enclosed with a border.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant