-
Notifications
You must be signed in to change notification settings - Fork 985
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 with showing groups in the Inspector when groups are disabled #4677
Fix issue with showing groups in the Inspector when groups are disabled #4677
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4677 +/- ##
===================================================
- Coverage 97.97893% 97.95490% -0.02404%
===================================================
Files 547 547
Lines 265652 266002 +350
Branches 5103 5106 +3
===================================================
+ Hits 260283 260562 +279
- Misses 4486 4547 +61
- Partials 883 893 +10
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
👍 with few comments
src/System.Windows.Forms/src/System/Windows/Forms/ListView.ListViewAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ListViewItem.cs
Outdated
Show resolved
Hide resolved
...rms/tests/UnitTests/System/Windows/Forms/ListViewGroup.ListViewGroupAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
c8d4e59
to
23ed35e
Compare
23ed35e
to
53e5bfb
Compare
76e2987
to
9fc1881
Compare
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
9fc1881
to
75188d9
Compare
…otnet#4205 Added conditions to ignore ListViewGroupAccessibleObjects when groups or visual styles are disabled Updated unit tests.
75188d9
to
95babbc
Compare
Approved by CTI team |
…ed (dotnet#4677) Added conditions to ignore ListViewGroupAccessibleObjects when groups or visual styles are disabled Updated unit tests.
Fixes #4205
Fixes #4678
Proposed changes
ListViewGroupAccessibleObject
when groups or visual styles are disabledCustomer Impact
Regression?
Risk
Test methodology
Accessibility testing
Microsoft Reviewers: Open in CodeFlow