leinardi / leinardi/FloatingActionButtonSpeedDial
TalkBack no longer focuses last action button
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 149
- PR merge metrics
- No merged PRs in 30d
Description
Step 1: Are you in the right place?
- I have verified there are no duplicate active or recent bugs, questions, or requests
- I have verified that I am using the latest version of the library.
Step 2: Describe your environment
- Library version:
3.3.0 - Android version:
13 - Support library version:
? - Device brand:
OnePlus - Device model:
7T
Step 3: Describe the problem:
Steps to reproduce:
- Click main FAB
Observed Results:
- FAB remains focused
Expected Results:
- An action button gets focused
Relevant Code:
This is a regression from 3.2.0, probably introduced by https://github.com/leinardi/FloatingActionButtonSpeedDial/commit/5c9afda67c4db822cc793006e1b60637877ce08d. Focusing one of the buttons was implemented in https://github.com/leinardi/FloatingActionButtonSpeedDial/commit/6653f9182323add0624d593432e1c33f71c7b0d0 and now no longer works.
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.
Research direction
Start by comparing the focus behavior in the 3.2.0 and 3.3.0 versions, especially commits 5c9afda67c4db822cc793006e1b60637877ce08d and 6653f9182323add0624d593432e1c33f71c7b0d0. Reproduce the issue on Android 13 with TalkBack after clicking the main FAB; done means an action button, rather than the FAB, receives focus.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- accessibility, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100