Fixing DataGridView's scrollbars shouldn't include their control type in their accessible names#3038
Merged
RussKie merged 3 commits intodotnet:masterfrom Jul 8, 2020
Ryuugamine:v-alebe/ScrollBar_AccessibleName
Merged
Fixing DataGridView's scrollbars shouldn't include their control type in their accessible names#3038RussKie merged 3 commits intodotnet:masterfrom Ryuugamine:v-alebe/ScrollBar_AccessibleName
RussKie merged 3 commits intodotnet:masterfrom
Ryuugamine:v-alebe/ScrollBar_AccessibleName
Conversation
hughbe
reviewed
Apr 4, 2020
hughbe
reviewed
Apr 4, 2020
src/System.Windows.Forms/tests/UnitTests/AccessibleObjects/ScrollBarAccessibilitObjectTests.cs
Outdated
Show resolved
Hide resolved
Contributor
|
Please rebase on top of the latest |
RussKie
suggested changes
Jun 25, 2020
Contributor
RussKie
left a comment
There was a problem hiding this comment.
Insufficient test coverage
src/System.Windows.Forms/src/System/Windows/Forms/HScrollBar.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/HScrollBar.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/HScrollBar.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/VScrollBar.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/VScrollBar.cs
Outdated
Show resolved
Hide resolved
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
RussKie
suggested changes
Jul 6, 2020
src/System.Windows.Forms/src/System/Windows/Forms/HScrollBar.AccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ScrollBar.AccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/VScrollBar.AccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/HScrollBarAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/ScrollBarAccessibilityObjectTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/HScrollBarAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/ScrollBarAccessibilityObjectTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/VScrollBarAccessibleObjectTests.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/src/System/Windows/Forms/ScrollBar.AccessibleObject.cs
Outdated
Show resolved
Hide resolved
src/System.Windows.Forms/tests/UnitTests/ScrollBarAccessibilityObjectTests.cs
Outdated
Show resolved
Hide resolved
vladimir-krestov
previously approved these changes
Jul 6, 2020
Contributor
vladimir-krestov
left a comment
There was a problem hiding this comment.
LGTM. Please check ScrollBarAccessibleObject. In the rest, I don't see any critical errors.
Please fix naming and add more tests as Igor said if it is necessary after my comment.
src/System.Windows.Forms/src/System/Windows/Forms/ScrollBar.AccessibleObject.cs
Outdated
Show resolved
Hide resolved
RussKie
approved these changes
Jul 6, 2020
vladimir-krestov
approved these changes
Jul 7, 2020
Contributor
Author
|
Test team approved this changes |
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 #2965
Proposed changes
Customer Impact
Regression?
Risk
Screenshots
Before
After
Test methodology
Accessibility testing
Test environment(s)
Microsoft Reviewers: Open in CodeFlow