Skip to content
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

Changing the renderMode to System when the StatusStrip was selected #12646

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

LeafShi1
Copy link
Member

@LeafShi1 LeafShi1 commented Dec 16, 2024

Fixes #12616

Proposed changes

  • Revert the changes on PR 11502, the corresponding issue 11450 was fixed when issue 12083 was fixed, so the changes in PR 11502 are no longer needed.

Customer Impact

  • When upgrading a project with StatusStrip from .net8.0 to .net9.0, there will no longer be extra white lines in the Form

Regression?

  • Yes

Risk

  • Minimal

Screenshots

Before

A white line in the dialog when using StatusStrip
image

After

No extra white line the dialog
image

The color contrast between the focus indicator and toolStripSplitButton1 is still sufficient
image

Test methodology

  • Manually

Test environment(s)

  • .net 10.0.0-alpha.1.24606.5
Microsoft Reviewers: Open in CodeFlow

Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.02724%. Comparing base (a5281d9) to head (8d16b6c).
Report is 26 commits behind head on main.

Additional details and impacted files
@@                 Coverage Diff                  @@
##                main      #12646          +/-   ##
====================================================
- Coverage   97.03492%   76.02724%   -21.00768%     
====================================================
  Files           1182        3181        +1999     
  Lines         354561      639676      +285115     
  Branches        5411       47216       +41805     
====================================================
+ Hits          344048      486328      +142280     
- Misses          9724      149820      +140096     
- Partials         789        3528        +2739     
Flag Coverage Δ
Debug 76.02724% <100.00000%> (-21.00768%) ⬇️
integration 18.16567% <0.00000%> (?)
production 49.81214% <100.00000%> (?)
test 97.02915% <100.00000%> (-0.00577%) ⬇️
unit 47.01801% <100.00000%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

@LeafShi1 LeafShi1 added the waiting-review This item is waiting on review by one or more members of team label Dec 17, 2024
@Tanya-Solyanik Tanya-Solyanik added the 📭 waiting-author-feedback The team requires more information from the author label Dec 18, 2024
@Tanya-Solyanik
Copy link
Member

Please investigate if the fix can be moved to the lower level rendering code

@Tanya-Solyanik Tanya-Solyanik removed the waiting-review This item is waiting on review by one or more members of team label Dec 18, 2024
@dotnet-policy-service dotnet-policy-service bot removed the 📭 waiting-author-feedback The team requires more information from the author label Dec 26, 2024
@LeafShi1 LeafShi1 added the waiting-review This item is waiting on review by one or more members of team label Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting-review This item is waiting on review by one or more members of team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A unexpected white line in StatusStrip compoent in dotnet 9
2 participants