Open Bug 1620737 Opened 5 years ago Updated 2 years ago

Graphs View - When toggle to Table View, it should focus on table

Categories

(Tree Management :: Perfherder, enhancement, P3)

enhancement

Tracking

(Not tracked)

People

(Reporter: yonashiro.mellina, Unassigned, Mentored)

Details

(Keywords: good-first-bug)

After clicking on "Table View" button on Perfherder's Graphs View, the component to focus should be the table.

This improves screen-reader users' navigation flow, as it gives a hint that some component appeared.

Priority: -- → P3

Thanks for catching this. The table is rendered by a React library. There is no actual table element, but a div styled as a table. Which part of the table should be focused? The containing div, the first focusable element within it, or something else?

Flags: needinfo?(yonashiro.mellina)
Mentor: ksereduck

Hi Kimberly,
The div with the role="table" should be good to be focused. Some testing with a screen-reader should be done as well, if possible.
Actually, if I may, I would try to solve this.

Flags: needinfo?(yonashiro.mellina)
You need to log in before you can comment on or make changes to this bug.