dotnet/roslyn

Debugger text view lost focus after click completion filters in list

Offen

#49.476 geöffnet am 18.11.2020

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (4.257 Forks)batch import
Area-InteractiveBughelp wanted

Repository-Metriken

Stars
 (20.414 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 6T 17h) (256 gemergte PRs in 30 T)

Beschreibung

Moving AB#1100128 to GitHub

"This is happening because the text view used to enter Breakpoint Conditions does not implement IWpfTextView2. This interface defines method QueueSetFocus whose implementation is necessary to fix this bug. The text view in question is Microsoft.VisualStudio.LanguageServices.Implementation.DebuggerIntelliSense.DebuggerTextView which is owned by Roslyn."

Contributor Guide