Fixng 3214 - UIA providers support for Button control#3215
Fixng 3214 - UIA providers support for Button control#3215RussKie merged 1 commit intodotnet:masterfrom
Conversation
|
@Ryuugamine please implement unit tests. |
src/System.Windows.Forms/src/System/Windows/Forms/Button.ButtonAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/Button.ButtonAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ButtonBase.ButtonBaseAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ButtonBase.ButtonBaseAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ButtonBase.ButtonBaseAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ButtonBase.ButtonBaseAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ButtonBase.ButtonBaseAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ButtonBase.ButtonBaseAccessibleObject.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Thanks, fixed
src/System.Windows.Forms/src/System/Windows/Forms/Button.ButtonAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ButtonBase.ButtonBaseAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ButtonBase.ButtonBaseAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ButtonBase.ButtonBaseAccessibleObject.cs
Outdated
Show resolved
Hide resolved
bdca5d9 to
adf6bc3
Compare
src/System.Windows.Forms/src/System/Windows/Forms/ButtonBase.ButtonBaseAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/ButtonAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/ButtonAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/ButtonAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ButtonBase.ButtonBaseAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ButtonBase.ButtonBaseAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/ButtonAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
bb2d37c to
7165d80
Compare
There was a problem hiding this comment.
I updated the test docs to reflect the decision
https://github.com/dotnet/winforms/blob/master/Documentation/testing.md#naming
/cc: @hughbe FYI
There was a problem hiding this comment.
Have we reached an agreement in this?
There was a problem hiding this comment.
Yes, it should be changed to a local readonly field
RussKie
left a comment
There was a problem hiding this comment.
1 naming Q, other than that looks good 👍
vladimir-krestov
left a comment
There was a problem hiding this comment.
LGTM but need rework ButtonBaseAccessibleObject constructor
There was a problem hiding this comment.
Probably, but we need these changes in both PRs
There was a problem hiding this comment.
Yes, it should be changed to a local readonly field
There was a problem hiding this comment.
Please add a blank line before if everywhere
589b3b6 to
41c92ea
Compare
Codecov Report
@@ Coverage Diff @@
## master #3215 +/- ##
====================================================
+ Coverage 66.95113% 98.50971% +31.55857%
====================================================
Files 1338 448 -890
Lines 504925 251964 -252961
Branches 40866 4155 -36711
====================================================
- Hits 338053 248209 -89844
+ Misses 161315 3038 -158277
+ Partials 5557 717 -4840
|
ace8d53 to
af91c7e
Compare
|
CTI approved |
Adding UIA providers support for Button's accessibility.
af91c7e to
db2d0c1
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Adding UIA providers support for Button's accessibility.
Fixes #3214
Proposed changes
Customer Impact
Regression?
Risk
Screenshots
Before
After
Test methodology
Accessibility testing
Test environment(s)
.NET Core 5.0
Version: 5.0.100-alpha.1.20073.10
Commit: 29f4d693a9
Runtime Environment:
OS Name: Windows
OS Version: 10.0.18363
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\5.0.100-alpha1-05536
Host (useful for support):
Version: 5.0.0-alpha.1.20072.3
Commit: c3dc1fdfdc
Microsoft Reviewers: Open in CodeFlow