Opened 7 years ago
Closed 7 years ago
#42242 closed defect (bug) (fixed)
`lang` attribute in the admin area doesn't reflect a user's language setting
Reported by: | johnbillion | Owned by: | johnbillion |
---|---|---|---|
Milestone: | 4.9.1 | Priority: | normal |
Severity: | normal | Version: | 4.7 |
Component: | Users | Keywords: | |
Focuses: | accessibility, administration | Cc: |
Description
When a user chooses a Language
in their user profile which differs from the Site Language
on the General Settings screen, the lang
attribute on the html
element in the admin area is incorrect. It should reflect the user's language, but it reflects the site language.
Attachments (1)
Change History (17)
#3
@
7 years ago
Thanks for testing, Andrea. It appears the issue might only apply when the user language is set to English (United States)
and the site language is set to something else, eg Italiano
.
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
7 years ago
#7
@
7 years ago
- Milestone changed from Awaiting Review to 4.9.1
It's a bug and there's a patch. Milestoning for 4.9.1 :)
#8
@
7 years ago
- Owner set to johnbillion
- Resolution set to fixed
- Status changed from new to closed
In 42220:
#9
@
7 years ago
- Keywords fixed-major added; has-screenshots has-patch removed
- Resolution fixed deleted
- Status changed from closed to reopened
This ticket was mentioned in Slack in #core-committers by obenland. View the logs.
7 years ago
Note: See
TracTickets for help on using
tickets.
Adding the accessibility focus since the
lang
attribute is very important for screen readers.