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

Name Property missing for Progress text box present under header 'A determinate Progress bar'. #325

Closed
YuliKl opened this issue Jan 16, 2020 · 1 comment · Fixed by #781
Labels
A11ySev2 Non-blocking for core user tasks or blocking for non-core user tasks. A11yWCAG High priority accessibility bug accessibility Issues related to accessibility bug Something isn't working

Comments

@YuliKl
Copy link

YuliKl commented Jan 16, 2020

Describe the bug

Steps to reproduce the bug

Steps to reproduce the behavior:

  1. Launch XAML Controls Gallery.
  2. Activate ProgressBar from home page.
  3. Navigate to text box under header A determinate progress bar

Expected behavior

Name Property should be there for text box,

Actual behavior

Text box name property missing.

Screenshots

image

Version Info

Gallery version (found on Settings page):

1.2.12.0

Additional context

Copied from internal bug

@YuliKl YuliKl added accessibility Issues related to accessibility bug Something isn't working labels Jan 16, 2020
@marcelwgn
Copy link
Contributor

I think this is an issue with the NumberBox control, since setting AutomationPropterties.Name or AutomationProperties.LabeledBy both do not affect the TextBox but rather the "spinner" that is listed in Accessibility Insights.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A11ySev2 Non-blocking for core user tasks or blocking for non-core user tasks. A11yWCAG High priority accessibility bug accessibility Issues related to accessibility bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants