xamarin/Xamarin.Forms

[Bug][iOS] CheckBox accessibility: no tab selection

Offen

#6.954 geöffnet am 23.07.2019

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
a/a11y 🔍e/2 :clock2:good first issuehackathonhelp wantedinactivem/high impact :black_large_square:p/iOS 🍎t/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Description

On iOS, the CheckBox isn't tab selectable while a similar control like a Switch is. On Android, the CheckBox is tab selectable.

I know this is most likely related to the fact that there isn't a true CheckBox view on iOS, but I'm still logging this as an issue because IsTapStop is still set to true by default for this control on iOS.

Steps to Reproduce

  1. Run the attached sample.
  2. Use the TAB key to move through the controls.

Expected Behavior

On iOS, the tab order is Entry, CheckBox, Entry.

Actual Behavior

On iOS, the tab order is Entry, Entry.

Basic Information

  • Version with issue: 4.1.0.581479
  • Last known good version: N/A
  • IDE: VSMac 8.1.5
  • Platform Target Frameworks:
    • iOS: 12.2
    • Android: API 28
    • UWP: Not tried.

Reproduction Link

test.zip

Contributor Guide