Orange-OpenSource / ods-ios

A SwiftUI components library with code examples for Orange Design System
https://orange-opensource.github.io/ods-ios/
MIT License
26 stars 6 forks source link

[A11Y][Bug]: Customize component can't be selected directly with VoiceOver #733

Open pya35 opened 6 months ago

pya35 commented 6 months ago

Prerequisites

Your test device

iPhone 14 Plus

OS Version

17.1.1

App version

v0.18.0

Describe the issue

With Voice Over, it's not possible anymore to set the focus directly on the bottom "Customization" component (by touching anelement). We can access this component only by moving the focus step by step. Seems to be a side effect of fix #703

image

Expected Behavior

when VO is activated, touching an element should set the focus on this element