Open
Bug 1737251
Opened 3 years ago
Updated 3 years ago
With Firefox, NVDA reads "Not selected" for table columns when tabindex is specified
Categories
(Firefox :: Disability Access, defect, P3)
Tracking
()
NEW
People
(Reporter: ajaykr11cs, Unassigned)
Details
Attachments
(1 file)
578 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0
Steps to reproduce:
- Open the attached html file using Firefox.
- Open NVDA
- Try to read the content of rendered html output in focus mode.
- Observe the output of NVDA for table column with tabindex specified as "not selected"
Actual results:
Observe the output of NVDA for table column with tabindex specified as
"Person column header not selected row 1 column 1"
The additional "not selected" is being read out.
Expected results:
The output should have been
""Person column header row 1 column 1"
Component: Untriaged → Disability Access
OS: Unspecified → Windows 10
Hardware: Unspecified → Desktop
Comment 2•3 years ago
|
||
Managed to reproduce this issue on Windows 10 x64.
Status: UNCONFIRMED → NEW
status-firefox93:
--- → affected
status-firefox94:
--- → affected
status-firefox95:
--- → affected
Ever confirmed: true
You need to log in
before you can comment on or make changes to this bug.
Description
•