dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
19.06k stars 4.04k forks source link

Breakingpoint Settings is more troublesome than VS2015 #29362

Closed CreateAndInject closed 6 years ago

CreateAndInject commented 6 years ago

Version Used: VS2017 15.8

Steps to Reproduce:

  1. Move cursor to a breakpoint, and open settings
  2. Click Conditions, I must click the textbox and then input something, but the textbox will get focus in VS2015 and I can input directly without clicking the textbox.
  3. When I input something in the textbox and press Enter, the "Close' button will get focus in VS2015, and I can press Enter once more to close it. But in VS2017, I must use mouse to click.

Expected Behavior: The textbox can get focus when clicking Conditions, and the close button can get focus when pressing Enter in the textobx

Actual Behavior:No

jinujoseph commented 6 years ago

cc @tmat

tmat commented 6 years ago

@caslan owns the breakpoints UI.

jinujoseph commented 6 years ago

moved over to debugger POC @caslan

CarpeDiEmma commented 6 years ago

If you do ctrl+enter after entering on a condition, the breakpoint settings dialog will close while saving the condition.