-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
💥 regression-previewRegression from a preview releaseRegression from a preview release🚧 work in progressWork that is current in progressWork that is current in progress
Milestone
Description
.NET version
9.0.100-preview.7.24371.4 with dlls built from winforms repo of main branch. It cannot be reproduced with .NET SDK.
Did it work in .NET Framework?
No
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Yes, this is a regression issue. Not reproduce on .NET 8.0
Issue description
When hovering over drop-down arrow of ToolStripComboBox, an additional blue hover effect appears outside the icon. This issue can only be reproduced with ToolStripComboBox which is in ContextMenuStrip, ToolStrip, MenuStrip. The issue cannot be reproduced with normal ComboBox.
ToolStripComboBox.mp4
Steps to reproduce
- Create a WinForms .NET 9.0 project.
- Add a ToolStrip component to the form.
- Click the drop-down arrow on the ToolStrip to open the list of available items.
- Choose ComboBox from the list to add it to the ToolStrip.
- Build and run project.
- Hover to drop-down arrow of the ToolStripComboBox and observe the result.
Metadata
Metadata
Assignees
Labels
💥 regression-previewRegression from a preview releaseRegression from a preview release🚧 work in progressWork that is current in progressWork that is current in progress