You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did it work in any of the earlier releases of .NET Core or .NET 5+?
This issue cannot be reproduced in .NET 8.
Issue description
When a ComboBox is added to any strip control (MenuStrip, ToolStrip, StatusStrip, ContextMenuStrip), its border becomes invisible when focused using the Tab or Arrow keys.
Current behavior (.NET 9.0 and .NET 10.0)
The ComboBox receives focus, but its border is not visible when navigated via keyboard.
Border10.mp4
Expected behavior (.NET 8)
ComboBox should display a visible border when focused, even when navigated via keyboard.
Border8.mp4
Steps to reproduce
Create WinForms .NET Core app with MenuStrip.
Add a ComboBox directly to the MenuStrip or use it as a dropdown item.
Run the project
Use the Tab or Down Arrow key to navigate to the ComboBox.
The text was updated successfully, but these errors were encountered:
.NET version
.NET 10.0.100-alpha.1.25058.38
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
This issue cannot be reproduced in .NET 8.
Issue description
When a ComboBox is added to any strip control (MenuStrip, ToolStrip, StatusStrip, ContextMenuStrip), its border becomes invisible when focused using the Tab or Arrow keys.
Current behavior (.NET 9.0 and .NET 10.0)
The ComboBox receives focus, but its border is not visible when navigated via keyboard.
Border10.mp4
Expected behavior (.NET 8)
ComboBox should display a visible border when focused, even when navigated via keyboard.
Border8.mp4
Steps to reproduce
MenuStrip
.ComboBox
directly to theMenuStrip
or use it as a dropdown item.Tab
orDown Arrow
key to navigate to theComboBox
.The text was updated successfully, but these errors were encountered: