Skip to content

Naming Styles Accessibility#19638

Merged
dpoeschl merged 9 commits intodotnet:masterfrom
dpoeschl:NamingStylesAccessibility2
May 19, 2017
Merged

Naming Styles Accessibility#19638
dpoeschl merged 9 commits intodotnet:masterfrom
dpoeschl:NamingStylesAccessibility2

Conversation

@dpoeschl
Copy link
Copy Markdown
Contributor

@dpoeschl dpoeschl commented May 18, 2017

Fixes https://devdiv.visualstudio.com/DevDiv/_workitems?id=391339&_a=edit&triage=true

Ask Mode Template

Customer scenario: A blind customer will be unable to use Naming Styles due to lack of accessibility to screen readers.

Bugs this fixes: https://devdiv.visualstudio.com/DevDiv/_workitems?id=391339&_a=edit&triage=true

Workarounds, if any None

Risk: Very low. Top-level feature, pretty straight-forward changes.

Performance impact: Essentially none.

Is this a regression from a previous update? No

Root cause analysis: This was missed during the initial feature work

How was the bug found? Accessibility test pass

@dpoeschl
Copy link
Copy Markdown
Contributor Author

Tagging @dotnet/roslyn-ide for review

@dpoeschl dpoeschl added the Tenet-User Friendly Accessibility-related functionality is broken (e.g. high-DPI, key mnemonics, screen reader, etc.) label May 18, 2017
<DataTemplate x:Key="listViewDataTemplate">
<StackPanel Orientation="Horizontal">
<CheckBox x:Uid="SelectableMemberCheckBox"
IsChecked="{Binding IsChecked, Mode=TwoWay}"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation feels weird.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's because it is weird.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please deweird this PR.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deweirding complete.

@dpoeschl
Copy link
Copy Markdown
Contributor Author

Tagging @MattGertz for ask mode consideration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Approved to merge Area-IDE cla-already-signed Tenet-User Friendly Accessibility-related functionality is broken (e.g. high-DPI, key mnemonics, screen reader, etc.)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants