winforms
winforms copied to clipboard
ToolStripTextBox cannot get focus in DemoConsole application
Steps to reproduce
Test sample: DemoConsole in Winforms repo
- Select ContextMenuStrip control.
- Add a TextBox/ComboBox/Separator item
- Select the new item
Current Behavior :
ToolStripTextBox cannot get focus
Expected Behavior: All items can be focused normally
Notes:
If add a extra ToolStrip control in the Tab page, everything will work well