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)
Tree Management
Perfherder
Tracking
(Not tracked)
NEW
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.
Updated•5 years ago
|
Priority: -- → P3
Comment 1•5 years ago
|
||
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)
Updated•5 years ago
|
Mentor: ksereduck
Reporter | ||
Comment 2•5 years ago
|
||
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)
Updated•2 years ago
|
Keywords: good-first-bug
You need to log in
before you can comment on or make changes to this bug.
Description
•