Orange-OpenSource / Orange-OpenSource/ouds-flutter
[A11Y][PIN code] Improve PIN code focus management
Open
Nobody has claimed this yet.
⌛ validations awaiting fixes
🐞 bug
👂 accessibility
- Dominant language
- Dart
- Stars
- 10
- Forks
- 5
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 9
Description
Prerequisites
- I have searched the backlog for duplicate or closed feature requests
Your test device
Samsung and iOS
OS Version
.
App version
1.2.0
Describe the issue
- when focus moves to the next field, the new focused input is not vocalized: this field shall be vocalized to inform the user
- when user deletes an input, the focus goes back to the previous field: the focus should stay in the deleted input
- the current input name is "code à chiffres 1, code à chiffre 2...", so if we fill in a digit we hear for example "code à chiffres 1, 5", so it can be confusing bewteen the position and the value: we should rename the fields like "1er chiffre, 2eme chiffre..." / "1st digit, 2nd digit...."
- inputs are grouped with a global name "entrez votre code à 6 chiffres, double tap pour modifier" but the double-tap doesnt work : allow double-tap to edit the first digit
Expected Behavior
see last comment
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.