Opened 21 months ago
Closed 21 months ago
#55364 closed defect (bug) (fixed)
Proximity of controls: Quick Edit and Bulk Edit forms improvements
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Quick/Bulk Edit | Keywords: | a11y-proximity has-patch has-screenshots commit |
Focuses: | accessibility | Cc: |
Description
See tracking ticket #40822.
See also #45972.
In the Quick Edit and Bulk Edit forms, the Submit and Cancel buttons are placed at the opposite sides of the form.
As mentioned in the tracking ticket #40822, proximity of related information is an universal design principle which benefits everyone and it's particularly important for users with a reduced visual field, low vision, or other vision or cognitive impairments.
User interface controls that are logically grouped should be placed close each other. For more details and related WCAG recommendations, please see the tracking ticket #40822.
The primary action button should be on the left. See the detailed design feedback in https://core.trac.wordpress.org/ticket/40822#comment:9
In #45972 / [44757] the Comment form was changed to align the button on the left. See screenshots:
Comment form before:
Comment form after:
The same change should be implemented for the Quick Edit and Bulk Edit forms.
Attachments (5)
Change History (19)
#2
@
21 months ago
Note: props should go also to @landwire who made a PR on the GitHub repository a while ago. See ticket:40822#comment:22
#3
@
21 months ago
Note: 55364.diff needs to be updated to take into account also the Quick Edit form in edit-tags.php
.
#4
@
21 months ago
55364.2.diff adjusts position and order of the buttons also for the 'edit tags' Quick Edit form. See attached screenshot.
This ticket was mentioned in Slack in #accessibility by ryokuhi. View the logs.
21 months ago
#6
@
21 months ago
- Keywords needs-testing added
- Milestone changed from Awaiting Review to 6.0
Hello @afercia,
happy to have you back onboard!
We reviewed this ticket today during the accessibility team's weekly bug-scrub.
As this ticket already has a patch, I'm moving it to the 6.0 milestone and adding the needs-testing
label.
This ticket was mentioned in Slack in #core by abhanonstopnews. View the logs.
21 months ago
#9
@
21 months ago
- Owner changed from joedolson to marybaum
- Status changed from accepted to assigned
Looks like we need to test the patch. I can do that when I'm working with the previous ticket from the scrib of 3-16-22.
55364.diff switches the buttons order and aligns them to the left. See screenshots below.