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

Fix issue 12187 Extra Border Color in DataGridView with RightToLeft. #12210

Closed
wants to merge 0 commits into from

Conversation

Epica3055
Copy link
Member

@Epica3055 Epica3055 commented Sep 24, 2024

Fixes #5961

Proposed changes

  • Revert PR 11345
  • Change to another borderStyle.

Regression?

  • Yes

Screenshots

Before

image

After

image

When no color applied

image

Test methodology

  • manually

Test environment(s)

  • 10.0.0-alpha.1.24455.17
Microsoft Reviewers: Open in CodeFlow

Copy link

codecov bot commented Sep 24, 2024

Codecov Report

Attention: Patch coverage is 94.11765% with 1 line in your changes missing coverage. Please review.

Project coverage is 75.39022%. Comparing base (8d231a0) to head (e3ea34c).
Report is 101 commits behind head on main.

Additional details and impacted files
@@                 Coverage Diff                 @@
##                main      #12210         +/-   ##
===================================================
+ Coverage   75.16050%   75.39022%   +0.22972%     
===================================================
  Files           3070        3100         +30     
  Lines         632557      634378       +1821     
  Branches       46787       46865         +78     
===================================================
+ Hits          475433      478259       +2826     
+ Misses        153740      152710       -1030     
- Partials        3384        3409         +25     
Flag Coverage Δ
Debug 75.39022% <94.11765%> (+0.22972%) ⬆️
integration 18.01290% <77.77778%> (+0.04967%) ⬆️
production 48.76189% <88.88889%> (+0.38049%) ⬆️
test 97.02681% <100.00000%> (+0.00669%) ⬆️
unit 45.79758% <88.88889%> (+0.39625%) ⬆️

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

Copy link
Member

@LeafShi1 LeafShi1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Maybe we need further testing by our test team to see if the fix is ​​good under different type mode settings.

Copy link
Member

@ricardobossan ricardobossan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All LGTM

@ricardobossan ricardobossan added the waiting-review This item is waiting on review by one or more members of team label Sep 24, 2024
@Tanya-Solyanik
Copy link
Member

I agree with Leaf, this should be tested thoroughly. @Syareel-Sukeri - could you please test the PR?

@Tanya-Solyanik Tanya-Solyanik added 📬 waiting-for-testing The PR is awaiting manual testing by the primary team; no action is yet required from the author(s) and removed waiting-review This item is waiting on review by one or more members of team labels Sep 24, 2024
@Epica3055 Epica3055 added waiting-review This item is waiting on review by one or more members of team and removed 📬 waiting-for-testing The PR is awaiting manual testing by the primary team; no action is yet required from the author(s) labels Sep 27, 2024
@Tanya-Solyanik
Copy link
Member

@Epica3055 This PR changes cell size compared to NET8. Could you please investigate if we can adjust color value here or elsewhere -

DataGridViewAdvancedCellBorderStyle.Single => DataGridView.GridPenColor,

@Tanya-Solyanik Tanya-Solyanik added 📭 waiting-author-feedback The team requires more information from the author and removed waiting-review This item is waiting on review by one or more members of team labels Oct 1, 2024
@Epica3055 Epica3055 closed this Oct 8, 2024
@dotnet-policy-service dotnet-policy-service bot removed the 📭 waiting-author-feedback The team requires more information from the author label Oct 8, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Nov 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Row header border line of the DataGridView control has very low luminosity contrast ratio
4 participants