Commit b1572ee
authored
P1 Accessibility Fixes (microsoft#1380)
<!--- Provide a general summary of your changes in the Title above -->
## Description
<!--- Describe your changes in detail -->
Miscellaneous p1 accessibility fixes:
- [Bug
44661786](https://microsoft.visualstudio.com/DefaultCollection/OS/_workitems/edit/44661786):
[WinUI Accessibility: Design guidance -> Accessibility-> Keyboard
support]: Screen reader is announcing incorrect information about the
shortcuts.
- [Bug
46762667](https://microsoft.visualstudio.com/DefaultCollection/OS/_workitems/edit/46762667):
[WinUI 3 Gallery: Item View]: Screen reader fails to announce the label
for the radio buttons present in under 'Layout' group.
- [Bug
46763238](https://microsoft.visualstudio.com/DefaultCollection/OS/_workitems/edit/46763238):
[WinUI 3 Gallery: Progress Ring]: Accessibility name and visual name is
not same for working toggle button present under 'Toggle Work' group.
- [Bug
46818786](https://microsoft.visualstudio.com/DefaultCollection/OS/_workitems/edit/46818786):
[WinUI 3 Gallery: Clipboard]: Screen reader is not announcing the
success message after activating the 'Copy Text to the Clipboard'
button.
- [Bug
46818852](https://microsoft.visualstudio.com/DefaultCollection/OS/_workitems/edit/46818852):
[WinUI 3 Gallery: FilePicker]: Screen reader is not announcing the
success message after activating the 'Open a file/Open a picture/Save a
file' button.
- [Bug
46820249](https://microsoft.visualstudio.com/DefaultCollection/OS/_workitems/edit/46820249):
[WinUI 3 Gallery: Design Guidance: Color]: Upon invoking 'Copy brush
name' button screen reader is on mute and there is no visual changes.
- [Bug
46820807](https://microsoft.visualstudio.com/DefaultCollection/OS/_workitems/edit/46820807):
[WinUI 3 Gallery: Typography]: Some parts of right side of the screen is
getting truncated in High DPI mode also not having scroll bar to scroll
towards right.
- [Bug
46821911](https://microsoft.visualstudio.com/DefaultCollection/OS/_workitems/edit/46821911):
[WinUI 3 Gallery: List View]: Text present beside the images which
present under 'List view with image' heading is getting truncated in
normal mode.
- [Bug
46825231](https://microsoft.visualstudio.com/DefaultCollection/OS/_workitems/edit/46825231):
[WinUI 3 Gallery: Connected Animation]: Text present beside the images
which present in 'Connected Animation' card is getting truncated in
normal mode.
- [Bug
41570653](https://microsoft.visualstudio.com/DefaultCollection/OS/_workitems/edit/41570653):
[WinUI Accessibility-> Left Navigation Pane]: No success information
announced by screen reader, when user invokes open/close navigation
button.
- [Bug
41597549](https://microsoft.visualstudio.com/DefaultCollection/OS/_workitems/edit/41597549):
[WinUI Gallery] WinUI Accessibility-> TeachingTip: Unable to navigate to
the image present in "Quickly reference this sample!" dialog using caps
arrow keys.
## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)1 parent 9a2c60b commit b1572ee
15 files changed
Lines changed: 268 additions & 198 deletions
File tree
- WinUIGallery
- ConnectedAnimationPages
- ControlPages
- DesignGuidance
- Controls
- DesignGuidance
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 33 | + | |
| 34 | + | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | | - | |
| 38 | + | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
70 | 77 | | |
71 | 78 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| 54 | + | |
| 55 | + | |
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
| 473 | + | |
473 | 474 | | |
474 | 475 | | |
475 | 476 | | |
| |||
480 | 481 | | |
481 | 482 | | |
482 | 483 | | |
| 484 | + | |
483 | 485 | | |
484 | 486 | | |
485 | 487 | | |
| |||
496 | 498 | | |
497 | 499 | | |
498 | 500 | | |
| 501 | + | |
499 | 502 | | |
500 | 503 | | |
501 | 504 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
96 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
97 | 102 | | |
98 | 103 | | |
| 104 | + | |
99 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
100 | 112 | | |
101 | 113 | | |
102 | 114 | | |
| |||
0 commit comments