dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22k stars 1.72k forks source link

[Bug] [Windows] Semantic hint not read from various controls #1182

Open rachelkang opened 3 years ago

rachelkang commented 3 years ago

Description

https://github.com/microsoft/microsoft-ui-xaml/issues/8297

Hint not announced from various controls:

Steps to Reproduce

  1. Run MAUI sample on Windows
  2. Navigate to SemanticsPage
  3. Turn on Narrator
  4. Tap on activity indicator, progress bar, slider

Expected Behavior

Hint should be read from the aforementioned controls when semantic hint is specified.

Actual Behavior

Hint is not read from the aforementioned controls when semantic hint is specified.

Basic Information

VS bug #1775094

rachelkang commented 2 years ago

This remains an issue

Created a separate issue regarding searchbar, since placeholder further complicated semantic hint with that control https://github.com/dotnet/maui/issues/3913

shimingsg commented 2 years ago

verified repro with VS 17.2.0 Preview 2.0 [32228.609.main], Slider, Stepper while for button it works. 1182.zip

XamlTest commented 1 year ago

Verified this issue with Visual Studio Enterprise 17.6.0 Preview 2.0. Repro on Windows with below Project. 1182.zip