Closed
Bug 1804679
Opened 3 years ago
Closed 3 years ago
mm/dd/yyyy from date input field incorrectly read out loud by screen reader NVDA
Categories
(Firefox :: Disability Access, defect)
Tracking
()
People
(Reporter: epopescu, Unassigned)
References
(Blocks 2 open bugs)
Details
Found in
- Firefox Nightly 109.0a1
Affected versions
- Firefox Nightly 109.0a1
Tested platforms
- Affected platforms: Windows 10
- Unaffected platforms: similar Bug 1804674
Preconditions
- Firefox Nightly installed
- Screen Reader NVDA is enabled
Steps to reproduce
- Reach data:text/html, <input type='date'>
- Hover over the mm/dd/yyyy placeholder in the date input field
Expected result
- Each element inside the date input field should be read out loud correctly by the screen reader(Month spin button, Day spin button, Year spin button)
Actual result
- The elements inside the date input field are read out loud by the screen reader mm,dd,yyyy.
Regression range
- Not a regression because these improvements were recently implemented through Bug 1676068.
Reporter | ||
Updated•3 years ago
|
Blocks: datetime-bugs, 1804459
Severity: -- → S3
Has STR: --- → yes
status-firefox107:
--- → affected
status-firefox108:
--- → affected
status-firefox-esr102:
--- → affected
OS: Unspecified → Windows
Hardware: Unspecified → Desktop
Comment 1•3 years ago
|
||
:epopescu, if you think that's a regression, could you try to find a regression range using for example mozregression?
Comment 2•3 years ago
|
||
NVDA mouse tracking doesn't report the labels of text entry controls. It only reports the text. You can additionally have it report the control type (e.g. spin button) by enabling NVDA menu -> Preferences -> Settings -> Mouse -> Report role when mouse enters object, but this still won't report the label. This is not unique to our date controls.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•