Paragraphs are being read in parts instead of being read in one shot (NVDA)
Categories
(Firefox :: Disability Access, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox104 | --- | affected |
People
(Reporter: danibodea, Unassigned)
Details
(Keywords: access)
Attachments
(3 files)
Note
- When the user attempts to use up/down arrow buttons in order to read parts of a page, he will notice that (somewhat longer) paragraphs are being read parts instead of being read in one shot. Some links appear to be split into different links, creating confusion.
** Found in**
- Nightly v104.0a1
Affected versions
- Nightly v104.0a1
Affected platforms
- Windows 10 + NVDA
- Ubuntu + ORCA - splits partagraphs into lines and is less confusing.
- MacOS + VoiceOver - UNAFFECTED, as it reads all paragraphs in one go.
Steps to reproduce (Windows)
- Have NVDA running in the background.
- Launch Firefox.
- Load www.afb.org
- Use the down arrow to navigate through the information on the page.
- Reach the longer chunks of text (paragraphs/links).
Expected result
- The paragraphs are being read in one go.
Actual result
- The paragraphs are being read in parts (or lines).
Regression range
- Not a recent regression.
Additional notes
- Example 1 (simple text): "AFB's third Access and Engagement research report examines the continued negative impact of [NVDA stops, user input is required] systemic and COVID-19-specific issues on the education of students who are blind or have low [NVDA stops, user input is required] vision—particularly experiences with technology, learning progress, and social-emotional effects of [NVDA stops, user input is required] the pandemic."
- Example 2 (link): "We speak up for children who are blind or visually impaired, to make sure every student has an equal [NVDA stops, user input is required] opportunity to succeed."
- If any of the affected operating systems are addressed and the issue still occurs on others, other bugs will be logged separately for the remaining issues. Please NI me for continuity is necessary.
- This issue does not occur when navigating using the TAB key (in case of long link texts).
| Reporter | ||
Comment 1•3 years ago
|
||
Added pics for visual representations of the issue.
| Reporter | ||
Comment 2•3 years ago
|
||
Added pics for visual representations of the issue.
| Reporter | ||
Comment 3•3 years ago
|
||
This issue also occurs in the case of reading picture descriptions.
Comment 4•3 years ago
|
||
Thanks for reporting and for looking into accessibility issues.
This is expected behaviour for NVDA. UP and down arrow read by line, not paragraph, but the length of a line is determined by NVDA, not by the visual layout. You can read by paragraph using control+upArrow/control+downArrow. Links aren't being split into multiple links as such, but for long links, NVDA reports "link" at the start of each line to let you know you're still inside the link. This is more efficient than reporting "out of link" every time the text of a link finishes, albeit a little more confusing for new users.
Description
•