NVDA reads out loud extra text when reaching an Added image with Alt text while Add image button is enabled
Categories
(Firefox :: PDF Viewer, defect, P1)
Tracking
()
Accessibility Severity | s3 |
People
(Reporter: rdoghi, Assigned: calixte)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
Found in
- Beta 130.0b1
Affected versions
- 131.0a1 (2024-08-07)
- Beta 130.0b1
- Release 129
- ESR 128
Affected platforms
- Windows
Preconditions
Have any screen reader enabled
Steps to reproduce
- Open a PDF file in Firefox.
- Add a few images to the PDF file.
- Add some ALT text to each image.
- Use the tab key in order to reach the added images.
Expected result
- When Reaching the image, NVDA should only read Figure + Alt Text and after we hit the tab key again and reach the alt text button it should read Alt Text button + the Alt text.
Actual result
- Reaching an Added image with Alt text, the Screen reader will read out loud "Toolbar Alt Text added button + Alt Text + Remove image"
Regression range
Not a regression.
Comment 1•6 months ago
|
||
The behavior described seems to create a confusing and verbose label for the Remove image control, I'm marking it as access-S3
. If the toolbar
is coming from the grouping name, this is expected, but the alt text would probably be mo appropriate to be used as aria-describedby
or aria-description
/title
attribute (ARIA reference just in case).
If you're working on this bug and need help debugging and brainstorming ideas - the Firefox Accessibility team would be happy to help. Feel free to reach out via #accessibility on Matrix/Slack
Assignee | ||
Updated•5 months ago
|
Comment 2•5 months ago
|
||
Reporter | ||
Comment 3•5 months ago
|
||
"Toolbar added button remove image" can still be heard after NVDA reads the Alt text from an image, but the "Toolbar Alt Text added button from before reading the Alt text is no longer heard.
Is this intended ? is this what Bug 1916667 fixed ?
Assignee | ||
Comment 4•5 months ago
|
||
The toolbar content is read because the toolbar is a part of the annotation.
In the accessibility tree we've:
Figure
....
image
toolbar
> button
> button
In VO the toolbar is announced.
:ayeddi, should the toolbar be announced ? if no how to avoid that ?
Updated•5 months ago
|
Description
•