Skip to content
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

[Image Resizer] Accessibility - Made Edit / Remove buttons on Settings Screen associated with their presets #36900

Closed

Conversation

drawbyperpetual
Copy link
Collaborator

Summary of the Pull Request

Added the AutomationProperties.HelpText property to the Edit and Remove buttons so users can infer what presets they modify when using screen readers.

PR Checklist

Detailed Description of the Pull Request / Additional comments

See linked issue.

Validation Steps Performed

Verified help text is read out sensibly for these buttons when using Narrator, including when settings are modified.

@@ -49,6 +49,9 @@ public ImageSize(int id, string name, ResizeFit fit, double width, double height
private double _width;
private ResizeUnit _unit;

[JsonIgnore]
public ImageSize Self { get => this; } // needed for data binding; change-notification raised when any property changes
Copy link
Collaborator

Choose a reason for hiding this comment

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

add cmdconfigurignore too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants