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
21.95k stars 1.7k forks source link

[Bug] [iOS] Semantics reads out from whole control and makes stepper non-interact-able #1233

Open rachelkang opened 3 years ago

rachelkang commented 3 years ago

Description

Semantic description and hint get read aloud from the Stepper control on iOS by focusing on the whole control. Unfortunately, this means that the - and + buttons cannot be reached.

We should consider propagating these semantic properties down to the individual buttons.

Steps to Reproduce

  1. Run .NET MAUI sln on iOS
  2. Navigate to semantics page
  3. Turn on VoiceOver
  4. Navigate to Stepper

Expected Behavior

Semantic description and hint should be read aloud from the stepper in a way that the stepper can stil l be interacted with / the buttons are reachable

Actual Behavior

Setting semantics make screen reader unusable

Basic Information

ghost commented 2 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.