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
18.96k stars 4.02k forks source link

Accessibility issue in document outline window. #73810

Closed Cosifne closed 3 months ago

Cosifne commented 4 months ago

I bulid Roslyn main https://github.com/dotnet/roslyn/commit/f1642d72d7faed12f92031e71f3459f003908abe using VS Version 17.11.0 Preview 2.0 [34921.285.main]

This is what shown in the document outline window image

sharwell commented 4 months ago

I am not able to reproduce this so far.

Liv-Goh commented 3 months ago

Encounter the same issue on WinForms Application Form.Designer.cs file using VS Version 17.11.0 Preview 2.0. Need to set VS theme to dark mode to repro this issue.

image
sharwell commented 3 months ago

Also filed as AB#2090508 https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2090508

sachin-pise commented 3 months ago

Same issue VS Document Outline

JPCodeCraft commented 3 months ago

Same issue, makes it unusable. image

sachin-pise commented 2 months ago

Version 17.11.0 Preview 3.0 - NOT FIXED