Subject label has disappeared from screen reader (Daily 71)
Categories
(Thunderbird :: Disability Access, defect)
Tracking
(thunderbird71 verified)
| Tracking | Status | |
|---|---|---|
| thunderbird71 | --- | verified |
People
(Reporter: jpmengual, Assigned: aleca)
References
(Regression)
Details
(Keywords: access, regression)
Attachments
(1 file)
|
1.46 KB,
patch
|
mkmelin
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0
Steps to reproduce:
In the latest nightly (regression introduced about 3 days ago):
- ctrl-n
- tab until the subject field
Actual results:
The screen reader does not say the field label
Expected results:
Should say "Subject", sent to at-spi. The label is no longer there
Comment 1•6 years ago
|
||
I'm pretty sure this is from bug 1563121.
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Maybe msgSubject needs a aria-labelledby="subjectLabel"
https://searchfox.org/comm-central/rev/45e763ae702e00168ffc2e8287315c2d1e5efffd/mail/components/compose/content/messengercompose.xul#2070
I suppose the xul controls= could have added that automatically earlier?
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 4•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/a05365ba5266
Fix missing aria label on the Subject field of the compose dialog. r=mkmelin
Updated•6 years ago
|
| Reporter | ||
Comment 6•6 years ago
|
||
Hi,
I confirm the bug is fixed. Great
Thanks
Regards
Updated•6 years ago
|
Description
•