Opened 9 years ago
Closed 9 years ago
#34548 closed defect (bug) (fixed)
Edit Media screen missing labels
Reported by: | afercia | Owned by: | afercia |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | Administration | Keywords: | has-screenshots has-patch |
Focuses: | ui, accessibility | Cc: |
Description
In the Edit Media screen, the "Description" and "File URL" labels should be properly associated with the respective form elements. About the latter, the label should be correctly associated even if the input field is "readonly". Currently, when focused they're announced by screen readers as "edit multi line" and "edit readonly" without any feedback about their purpose.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
With the proposed patch applied, the textarea and field input are announced as "Description edit multi line" and "File URL: edit readonly".