Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ComboBox border not visible in strip controls when navigated via keyboard #12744

Open
Syareel-Sukeri opened this issue Jan 9, 2025 · 1 comment
Assignees
Labels
💥 regression-release Regression from a public release

Comments

@Syareel-Sukeri
Copy link
Contributor

.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

  1. Create WinForms .NET Core app with MenuStrip.
  2. Add a ComboBox directly to the MenuStrip or use it as a dropdown item.
  3. Run the project
  4. Use the Tab or Down Arrow key to navigate to the ComboBox.
@Syareel-Sukeri Syareel-Sukeri added 💥 regression-release Regression from a public release untriaged The team needs to look at this issue in the next triage labels Jan 9, 2025
@Tanya-Solyanik
Copy link
Member

Please investigate the root cause and update this bug with it.

@Tanya-Solyanik Tanya-Solyanik removed the untriaged The team needs to look at this issue in the next triage label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💥 regression-release Regression from a public release
Projects
None yet
Development

No branches or pull requests

3 participants