Add support UIA provider for CheckedListBox control#5276
Merged
RussKie merged 1 commit intodotnet:mainfrom Sep 1, 2021
Merged
Conversation
114d154 to
fbe0d91
Compare
08182fa to
2baf170
Compare
Contributor
vladimir-krestov
left a comment
There was a problem hiding this comment.
Needs to be reworked
...stem.Windows.Forms/src/System/Windows/Forms/CheckedListBox.CheckedListBoxAccessibleObject.cs
Outdated
Show resolved
Hide resolved
...stem.Windows.Forms/src/System/Windows/Forms/CheckedListBox.CheckedListBoxAccessibleObject.cs
Outdated
Show resolved
Hide resolved
...stem.Windows.Forms/src/System/Windows/Forms/CheckedListBox.CheckedListBoxAccessibleObject.cs
Outdated
Show resolved
Hide resolved
...stem.Windows.Forms/src/System/Windows/Forms/CheckedListBox.CheckedListBoxAccessibleObject.cs
Outdated
Show resolved
Hide resolved
...stem.Windows.Forms/src/System/Windows/Forms/CheckedListBox.CheckedListBoxAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/CheckedListBox.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/CheckedListBox.cs
Outdated
Show resolved
Hide resolved
...ystem.Windows.Forms/tests/UnitTests/AccessibleObjects/CheckedListBoxAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
...m.Windows.Forms/tests/UnitTests/AccessibleObjects/CheckedListBoxItemAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
...stem.Windows.Forms/src/System/Windows/Forms/CheckedListBox.CheckedListBoxAccessibleObject.cs
Outdated
Show resolved
Hide resolved
2baf170 to
6fe360e
Compare
70 tasks
src/System.Windows.Forms/src/System/Windows/Forms/CheckedListBox.cs
Outdated
Show resolved
Hide resolved
....Windows.Forms/src/System/Windows/Forms/CheckedListBox.CheckedListBoxItemAccessibleObject.cs
Outdated
Show resolved
Hide resolved
....Windows.Forms/src/System/Windows/Forms/CheckedListBox.CheckedListBoxItemAccessibleObject.cs
Outdated
Show resolved
Hide resolved
....Windows.Forms/src/System/Windows/Forms/CheckedListBox.CheckedListBoxItemAccessibleObject.cs
Outdated
Show resolved
Hide resolved
...ystem.Windows.Forms/tests/UnitTests/AccessibleObjects/CheckedListBoxAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
...m.Windows.Forms/tests/UnitTests/AccessibleObjects/CheckedListBoxItemAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
...m.Windows.Forms/tests/UnitTests/AccessibleObjects/CheckedListBoxItemAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
...m.Windows.Forms/tests/UnitTests/AccessibleObjects/CheckedListBoxItemAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
...m.Windows.Forms/tests/UnitTests/AccessibleObjects/CheckedListBoxItemAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
...m.Windows.Forms/tests/UnitTests/AccessibleObjects/CheckedListBoxItemAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
6fe360e to
a48a60a
Compare
src/System.Windows.Forms/tests/UnitTests/CheckedListBoxItemAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
a48a60a to
2e978af
Compare
Contributor
Author
|
Fix a test issues are in progress |
2e978af to
54d20a7
Compare
....Windows.Forms/src/System/Windows/Forms/CheckedListBox.CheckedListBoxItemAccessibleObject.cs
Outdated
Show resolved
Hide resolved
....Windows.Forms/src/System/Windows/Forms/CheckedListBox.CheckedListBoxItemAccessibleObject.cs
Outdated
Show resolved
Hide resolved
9ba5fc8 to
f58bf3d
Compare
Contributor
Author
|
I have 2 from 3 fixed test-issue. One problem isn't resolved. So, PR is still WIP |
Inherited CheckedListBoxAccessibleObject from ListBoxAccessibleObject;
inherited CheckedListBoxItemAccessibleObject from ListBoxItemAccessibleObject;
updated apearing elements of MultipleContols form and added a clb with vscroll-bar;
changed announcing after check/uncheck item action:
use "checked/unchecked" instead of "{Name} {type} checked/unchecked".
f58bf3d to
9cfcd14
Compare
Contributor
Author
|
Testers approved the fix: there are no regression issues here. |
dreddy-work
reviewed
Aug 25, 2021
Member
dreddy-work
left a comment
There was a problem hiding this comment.
LGTM. @vladimir-krestov and @Tanya-Solyanik to approve.
vladimir-krestov
approved these changes
Aug 26, 2021
Contributor
|
@DmitryGorokhov - are you |
RussKie
approved these changes
Sep 1, 2021
Contributor
|
Port to RC2? |
lisoenot
added a commit
to lisoenot/winforms
that referenced
this pull request
Sep 1, 2021
dreddy-work
pushed a commit
that referenced
this pull request
Sep 1, 2021
Contributor
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.



Related Issue: #3421
Proposed changes
SupportsUiaProvidersproperty ofCheckedListBoxclass.Customer Impact
Regression?
Risk
Screenshots
Before
CheckedListBox parent under inspect
CheckedListBox item under inspect
CheckedListBox control under narrator
After
CheckedListBox parent under inspect
CheckedListBox item under inspect
Test methodology
Accessibility testing
Test environment(s)
Microsoft Reviewers: Open in CodeFlow