Implementing UIA provider for ErrorProvider#2381
Merged
RussKie merged 1 commit intodotnet:masterfrom Dec 6, 2019
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2381 +/- ##
===================================================
- Coverage 29.44885% 29.43049% -0.01837%
===================================================
Files 1005 1007 +2
Lines 259623 259819 +196
Branches 36853 36873 +20
===================================================
+ Hits 76456 76466 +10
- Misses 178232 178420 +188
+ Partials 4935 4933 -2
|
RussKie
reviewed
Nov 20, 2019
src/System.Windows.Forms/src/System/Windows/Forms/ErrorProvider.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ErrorProvider.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ErrorProvider.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ErrorProvider.cs
Outdated
Show resolved
Hide resolved
|
This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 7 days of this comment. |
Contributor
Author
|
Haven't tested yet ❌ |
e321a41 to
5b96fde
Compare
Contributor
Author
|
Testers approved these changes ✔️ |
5b96fde to
09ccc30
Compare
09ccc30 to
510cc7a
Compare
Contributor
|
Please add tests |
PR dotnet#2381 Fixes dotnet#2016 Added ErrorWindowAccessibleObject as FragmentRoot and its child - ControlItemAccessibleObject Both classes support UIA provider Fixed resources Added unit tests
78c25c8 to
2368c92
Compare
Contributor
Author
|
@RussKie the unit tests were added. Please check. PR is ready to merge. |
RussKie
approved these changes
Dec 6, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #2016
Proposed changes
Customer Impact
Regression?
Risk
Screenshots
Before
After
Test methodology
Accessibility testing
Test environment(s)
Microsoft Reviewers: Open in CodeFlow