-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Implementing UIA provider for ErrorProvider #2381
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
Implementing UIA provider for ErrorProvider #2381
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
|
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. |
|
Haven't tested yet ❌ |
e321a41 to
5b96fde
Compare
RussKie
left a comment
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.
👍
|
Testers approved these changes ✔️ |
5b96fde to
09ccc30
Compare
09ccc30 to
510cc7a
Compare
|
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
|
@RussKie the unit tests were added. Please check. PR is ready to merge. |
Fixes #2016
Proposed changes
Customer Impact
Regression?
Risk
Screenshots
Before
After
Test methodology
Accessibility testing
Test environment(s)
Microsoft Reviewers: Open in CodeFlow