Skip to content

StatusStrip: ToolStripDropDown is detached from its ToolStripItem in KioskModeManager full-screen mode #14765

Description

@Olina-Zhang

.NET version

.NET 11.0.100-preview.7.26365.114 + Private dlls built from Net11/Integration-2 branch of https://github.com/KlausLoeffelmann/winforms repo

Did it work in .NET Framework?

Yes

Did it work in any of the earlier releases of .NET Core or .NET 5+?

Not support, new feature

Issue description

When using KioskModeManager in full-screen mode, the drop-down menu of a ToolStripItem in StatusStrip is displayed in an incorrect position. Instead of appearing directly below the associated ToolStripItem, the drop-down is offset and appears detached from it.

The issue reproduces with both VisualStyleMode = Classic and VisualStyleMode = .NET11. And not repro in ToolStrip

Image

Steps to reproduce

  1. Create a WinForms application targeting .NET 11.
  2. Enable KioskModeManager full-screen mode by code.
  3. Add a StatusStrip.
  4. Add a ToolStripDropDownButton with several dropdown items to the StatusStrip.
  5. Run the application.
  6. Click the drop-down button.

Tested app:
WinFormsApp167.zip

Metadata

Metadata

Labels

🪲 bugProduct bug (most likely)NewApi-Net11Tracks issues for public APIs targeted for .NET 11.

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions