leinardi/FloatingActionButtonSpeedDial

TalkBack no longer focuses last action button

Offen

#194 geöffnet am 29.02.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (149 Forks)batch import
help wanted

Repository-Metriken

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

Beschreibung

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:

  1. 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