-
Notifications
You must be signed in to change notification settings - Fork 1k
fix #13539 Unable to select ToolStripMenuItem and TooStripTextBox of MenuStrip2 in DemoConsole application #13546
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
Conversation
…of MenuStrip2 in DemoConsole application
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13546 +/- ##
===================================================
+ Coverage 76.59478% 76.60060% +0.00581%
===================================================
Files 3230 3230
Lines 639165 639149 -16
Branches 47297 47295 -2
===================================================
+ Hits 489567 489592 +25
+ Misses 146015 145990 -25
+ Partials 3583 3567 -16
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
All LGTM! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR addresses issue #13539 where the MenuStrip was being obstructed by a UserControl in the DemoConsole application.
- The UserControl is now instantiated with explicit dimensions (350, 100) instead of filling the container.
- The panel's starting height has been reduced from half of tabPage6's height to a third, likely to better accommodate the MenuStrip.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
Fixes #13539
Root cause
There is a UserControl in the designer, which is big enough to cover the MenuStrip.
Proposed changes
Customer Impact
Screenshots
Before
cannot.select.mp4
After
Test methodology
Microsoft Reviewers: Open in CodeFlow