Adding UIA accessible objects for Label, Button, Splitter, GroupBox, PictureBox, CheckBox and ListView controls#1
Merged
M-Lipin merged 2 commits intodev/v-milipi/Issue_2164_Narrator_caps_navigationfrom May 4, 2020
Conversation
M-Lipin
reviewed
Apr 15, 2020
M-Lipin
requested changes
Apr 15, 2020
Owner
M-Lipin
left a comment
There was a problem hiding this comment.
The changes look good, thanks! Please address the points and also move ButtonAccessibleObject and TextBoxAccessibleObject to separate files.
M-Lipin
reviewed
Apr 17, 2020
M-Lipin
reviewed
Apr 17, 2020
M-Lipin
reviewed
Apr 17, 2020
M-Lipin
reviewed
Apr 17, 2020
M-Lipin
reviewed
Apr 17, 2020
M-Lipin
reviewed
Apr 17, 2020
src/System.Windows.Forms/src/System/Windows/Forms/Button.ButtonAccessibleObject.cs
Outdated
Show resolved
Hide resolved
M-Lipin
reviewed
Apr 17, 2020
src/System.Windows.Forms/src/System/Windows/Forms/CheckBox.CheckBoxAccessibleObject.cs
Outdated
Show resolved
Hide resolved
M-Lipin
reviewed
Apr 17, 2020
src/System.Windows.Forms/src/System/Windows/Forms/CheckBox.CheckBoxAccessibleObject.cs
Outdated
Show resolved
Hide resolved
M-Lipin
reviewed
Apr 17, 2020
src/System.Windows.Forms/src/System/Windows/Forms/CheckBox.CheckBoxAccessibleObject.cs
Outdated
Show resolved
Hide resolved
M-Lipin
reviewed
Apr 17, 2020
src/System.Windows.Forms/src/System/Windows/Forms/CheckBox.CheckBoxAccessibleObject.cs
Outdated
Show resolved
Hide resolved
M-Lipin
reviewed
Apr 17, 2020
src/System.Windows.Forms/src/System/Windows/Forms/GroupBox.GroupBoxAccessibleObject.cs
Outdated
Show resolved
Hide resolved
M-Lipin
reviewed
Apr 17, 2020
src/System.Windows.Forms/src/System/Windows/Forms/GroupBox.GroupBoxAccessibleObject.cs
Outdated
Show resolved
Hide resolved
M-Lipin
reviewed
Apr 17, 2020
src/System.Windows.Forms/src/System/Windows/Forms/Label.LabelAccessibleObject.cs
Outdated
Show resolved
Hide resolved
M-Lipin
reviewed
Apr 17, 2020
src/System.Windows.Forms/src/System/Windows/Forms/Label.LabelAccessibleObject.cs
Outdated
Show resolved
Hide resolved
M-Lipin
reviewed
Apr 17, 2020
M-Lipin
reviewed
Apr 17, 2020
src/System.Windows.Forms/src/System/Windows/Forms/RadioButton.RadioButtonAccessibleObject.cs
Outdated
Show resolved
Hide resolved
M-Lipin
reviewed
Apr 17, 2020
src/System.Windows.Forms/src/System/Windows/Forms/RadioButton.RadioButtonAccessibleObject.cs
Outdated
Show resolved
Hide resolved
M-Lipin
reviewed
Apr 17, 2020
src/System.Windows.Forms/src/System/Windows/Forms/RadioButton.RadioButtonAccessibleObject.cs
Outdated
Show resolved
Hide resolved
M-Lipin
reviewed
Apr 17, 2020
src/System.Windows.Forms/src/System/Windows/Forms/TextBox.TextBoxAccessibleObject.cs
Outdated
Show resolved
Hide resolved
Owner
|
Please also update PR name and description to list all controls that are already finished. In the PR description, you can also use "[x]" and "[ ]" to put the full checked list of controls to be reworked. |
M-Lipin
reviewed
Apr 24, 2020
src/System.Windows.Forms/src/System/Windows/Forms/Button.ButtonAccessibleObject.cs
Outdated
Show resolved
Hide resolved
M-Lipin
reviewed
Apr 24, 2020
src/System.Windows.Forms/src/System/Windows/Forms/CheckBox.CheckBoxAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/CheckBox.CheckBoxAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ListView.ListViewAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ListView.ListViewAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ListView.ListViewAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ListView.ListViewAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ListView.ListViewItemAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ListView.ListViewSubItemAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/PictureBox.PictureBoxAccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/Splitter.SplitterAccessibleObject.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
This looks like only ListViewItems can be children of the ListView. However Groups are displayed in the ListView Hierarchy as well. Should we add support for them?
Owner
There was a problem hiding this comment.
Yes, thanks, we should. I'll add it.
…RadioButton and ListView controls
a2a1457 to
913d402
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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 dotnet#2164
Proposed changes
Adding UIA accessible objects for:
[x] Button control
[x] TextBox control
[x] Label
[x] Splitter
[x] GroupBox
[x] PictureBox
[x] Checkbox
[x] ListView