winforms icon indicating copy to clipboard operation
winforms copied to clipboard

ToolStripTextBox cannot get focus in DemoConsole application

Open LeafShi1 opened this issue 7 months ago • 0 comments

Steps to reproduce

Test sample: DemoConsole in Winforms repo

  1. Select ContextMenuStrip control.
  2. Add a TextBox/ComboBox/Separator item
  3. Select the new item

Current Behavior : ToolStripTextBox cannot get focus Image

Expected Behavior: All items can be focused normally

Image

Notes: If add a extra ToolStrip control in the Tab page, everything will work well

Image

LeafShi1 avatar Jun 20 '25 09:06 LeafShi1