Open
Bug 1865735
Opened 2 years ago
Updated 2 years ago
When hovering over a Firefox Suggest heading, NVDA announces only a part of the text
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
NEW
People
(Reporter: ayeddi, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
STR:
- Have NVDA running
- Open a new tab and navigate to the url bar
- Click on the url bar and start typing anything, i.e.
t
- In the updated list of autosuggestions, locate the
Firefox Suggest
group heading and hover over an empty part of this text's line and observe the announcement
Expected:
- Nothing is announced at all since there is no text under the pointer OR
- The
Firefox Suggest
text is announced fully
Actual:
- The full text leaf is never announced, usually NVDA announces
Firefox
, but sometimes it'sFirefox Su
, orFirefo
(as in the video attached), orFirefox Sugges
(in the video attached, the NVDA output includes this version too), or other variations of the string
Reporter | ||
Comment 1•2 years ago
|
||
Video of hovering over the Firefox Suggests row (apologies for the quality and shakiness, Windows denied making proper video on its own)
Reporter | ||
Comment 2•2 years ago
|
||
Comment 3•2 years ago
|
||
Triage note: This is not a CtW bug because the URL bar is in the parent process.
Blocks: boundsa11y
Severity: -- → S3
Comment 4•2 years ago
|
||
I wonder if the label is getting automatically generated, and we're running into a race condition with the AT reading it?
I know we encountered something similar with reading the labels of nested menu items quickly -- I'll see if I can find that bug.
Comment 5•2 years ago
|
||
If that were the case, I don't understand why we would get part of the text (as opposed to none of it). Unless it's being added to the DOM character by character...
You need to log in
before you can comment on or make changes to this bug.
Description
•