Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Tab Tray A11y - First tab in list is read as "3 of 3" #11542

Closed
darkwing opened this issue Jun 12, 2020 · 1 comment · Fixed by #11636
Closed

Tab Tray A11y - First tab in list is read as "3 of 3" #11542

darkwing opened this issue Jun 12, 2020 · 1 comment · Fixed by #11636
Assignees
Labels
access Accessibility: Talkback, HW keyboard/mouse, braile display etc. 🐞 bug Crashes, Something isn't working, .. eng:qa:verified QA Verified Feature:Tabs

Comments

@darkwing
Copy link
Contributor

darkwing commented Jun 12, 2020

Steps to reproduce

  1. Open 3 tabs
  2. Open the newest tab (first in the list)
  3. Open the tab tray again
  4. Hear "3 of 3 in list of 3 items"

Expected behavior

Hear "1 of 3 in list of 3 items"

Since it says "3 of 3", I would think I would need to swipe backward/left to get to 2 of 3, but instead you need to swipe right.

Not sure there's a great way to fix this. To get the newest tabs on top, we reverse the order of the tab display visually:

val layout = LinearLayoutManager(context).apply {
                reverseLayout = true
                stackFromEnd = true
            }

┆Issue is synchronized with this Jira Task

@darkwing darkwing added 🐞 bug Crashes, Something isn't working, .. access Accessibility: Talkback, HW keyboard/mouse, braile display etc. Feature:Tabs labels Jun 12, 2020
@github-actions github-actions bot added the needs:triage Issue needs triage label Jun 12, 2020
@gabrielluong gabrielluong added Skittle and removed needs:triage Issue needs triage labels Jun 16, 2020
mcarare added a commit to mcarare/fenix that referenced this issue Jun 16, 2020
@gabrielluong gabrielluong added the eng:qa:needed QA Needed label Jun 24, 2020
@AndiAJ
Copy link
Collaborator

AndiAJ commented Jun 24, 2020

Hi, verified as fixed on the latest Nightly Build 200624 from 6/24 using the following devices:
• Google Pixel 3a (Android 10)
• OnePlus A3 (Android 6.0.1)

► Video
20200624-121157

@darkwing - Filled a new issue #11879 regarding an OnePlus inconsistency

@AndiAJ AndiAJ closed this as completed Jun 24, 2020
@AndiAJ AndiAJ added eng:qa:verified QA Verified and removed eng:qa:needed QA Needed labels Jun 24, 2020
@liuche liuche mentioned this issue Jun 27, 2020
12 tasks
@data-sync-user data-sync-user changed the title Tab Tray A11y - First tab in list is read as "3 of 3" FNX2-16546 ⁃ Tab Tray A11y - First tab in list is read as "3 of 3" Aug 1, 2020
@data-sync-user data-sync-user changed the title FNX2-16546 ⁃ Tab Tray A11y - First tab in list is read as "3 of 3" FNX3-14707 ⁃ Tab Tray A11y - First tab in list is read as "3 of 3" Aug 11, 2020
@data-sync-user data-sync-user changed the title FNX3-14707 ⁃ Tab Tray A11y - First tab in list is read as "3 of 3" FNX-12492 ⁃ Tab Tray A11y - First tab in list is read as "3 of 3" Aug 11, 2020
@data-sync-user data-sync-user changed the title FNX-12492 ⁃ Tab Tray A11y - First tab in list is read as "3 of 3" FNX2-16546 ⁃ Tab Tray A11y - First tab in list is read as "3 of 3" Aug 11, 2020
@data-sync-user data-sync-user changed the title FNX2-16546 ⁃ Tab Tray A11y - First tab in list is read as "3 of 3" Tab Tray A11y - First tab in list is read as "3 of 3" May 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
access Accessibility: Talkback, HW keyboard/mouse, braile display etc. 🐞 bug Crashes, Something isn't working, .. eng:qa:verified QA Verified Feature:Tabs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants