NuGet / Home

Repo for NuGet Client issues
Other
1.49k stars 250 forks source link

[Bug Bash] The vulnerability filter “show only vulnerable” checkbox is truncated when the PM UI width is not wide enough to display all controls #13002

Open CiciLi1 opened 8 months ago

CiciLi1 commented 8 months ago

NuGet Product Used

Visual Studio Package Management UI

Product Version

NuGet Client Dev\6.9.0.27

Worked before?

No response

Impact

It bothers me. A fix would be nice

Repro Steps & Context

Repro Steps:      

  1. Create a F# Console App (.NET Core) -- .NET 8.0 project.
  2. Right-click the project in Solution Explorer and select "Manage NuGet Packages…" menu item to open PM UI.
  3. Resize the PM UI window to left to make it not wide enough to display all controls.

Expected:    

The vulnerability filter “show only vulnerable” is not truncated.

Actual:       

The vulnerability filter “show only vulnerable” is truncated as below: 1

Notes:   

1.The repro rate is 100%.  2.This is not a regression since it is a new feature.   

Verbose Logs

No response

jebriede commented 8 months ago

I was able to repro: image

donnie-msft commented 6 months ago

Hit this today image