Opened 8 years ago
Closed 6 years ago
#40468 closed defect (bug) (fixed)
Accessibility glitch when viewing/editing Attachment Details
Reported by: | Presskopp | Owned by: | pento |
---|---|---|---|
Milestone: | 5.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Media | Keywords: | commit |
Focuses: | ui, accessibility, javascript | Cc: |
Description
This is related to #38759
Attachments (1)
Change History (16)
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
8 years ago
#3
@
8 years ago
Both the "uploaded to" and "uploaded by" fields are entirely contained within label elements, with no associated input. This is definitely semantically invalid. For better accessibility, the labels should be separated from the value, with a readonly input field associated with the value.
#4
@
8 years ago
1) @rianrietveld I mean you shouldn't get a pointer cursor when there's nothing to click. In the area right to the "Uploaded By"-value I have a pointer for nothing.
2) It's stated Required fields are marked * , but there are no required fields. We don't need this here.
3) Also Dimensions lacks a unit, see #38932
#7
@
8 years ago
Digging into 2) confused me (see edits of this post). But I know now there has been a related ticket in #34944
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
8 years ago
#9
@
8 years ago
- Focuses ui javascript added; administration removed
- Milestone changed from Awaiting Review to Future Release
- Version 4.7.3 deleted
At least the labels should be fixed, moving to Future Release.
#10
@
7 years ago
- Milestone changed from Future Release to 5.0
- Owner set to afercia
- Status changed from new to assigned
Will be fixed with the patch on #38759.
@Presskopp
Can you be more specific?
Did you want to change the value for uploaded by?
At the moment that's not a field you can change.
Or do you mean something else?