-
Notifications
You must be signed in to change notification settings - Fork 988
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
Adding Text pattern to UpDownControls #3878
Adding Text pattern to UpDownControls #3878
Conversation
276c4bf
to
71c077d
Compare
Codecov Report
@@ Coverage Diff @@
## release/5.0-rc2 #3878 +/- ##
==========================================================
- Coverage 67.85203% 36.92252% -30.92951%
==========================================================
Files 1414 924 -490
Lines 507525 251004 -256521
Branches 41184 36986 -4198
==========================================================
- Hits 344366 92677 -251689
+ Misses 157033 152877 -4156
+ Partials 6126 5450 -676
Flags with carried forward coverage won't be shown. Click here to find out more. |
I implemented Text pattern for
I think the current |
|
@merriemcgaw No, Text pattern doesn't impact the non-narrator situation. This is needed only to Narrator announces UpDown characters correctly. |
71c077d
to
132eb7c
Compare
@vladimir-krestov that looks good to me. Does the Narrator user get to head over to the up/down controls next to the edit and use them as usual? |
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.
Need to tighten up the validation.
...m.Windows.Forms/src/System/Windows/Forms/UpDownBase.UpDownEdit.UpDownEditAccessibleObject.cs
Outdated
Show resolved
Hide resolved
...m.Windows.Forms/src/System/Windows/Forms/UpDownBase.UpDownEdit.UpDownEditAccessibleObject.cs
Outdated
Show resolved
Hide resolved
132eb7c
to
fb976be
Compare
@merriemcgaw Now it has some differences, but a user hears the same. In the rest, UpDown controls work as usual. A user can navigate to these controls and move from them to other controls on a form using "Tab". |
Testers approved the fix ✔️
But the main Issue #1588 was fixed. |
fb976be
to
7b9b41c
Compare
Fixes #1588
Proposed changes
UpDownEditAccessibleObject
Customer Impact
Regression?
Risk
Before
After
Test methodology
Accessibility testing
Test environment(s)
Microsoft Reviewers: Open in CodeFlow