mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.84k stars 1.02k forks source link

[1049876] [Scaffolding] Added Accessible.Title property for input controls #9559

Closed Semptra closed 4 years ago

Semptra commented 4 years ago

Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1049876

Things that are done in this PR:

This fixes VoiceOver accessibility announcements made on text fields, combo boxes and file selectors on ASP.NET Core Scaffolding dialogs (see screenshot attached).

image

sevoku commented 4 years ago

@Semptra better use Accessible.LabelWidget = label to add a real relation to the label, instead of the static title.

Semptra commented 4 years ago

@Semptra better use Accessible.LabelWidget = label to add a real relation to the label, instead of the static title.

@sevoku Should be fixed now

rodrmoya commented 4 years ago

@monojenkins backport release-8.4