#38460 closed defect (bug) (fixed)
New user form on network site has non-required fields that have to be filled in
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.2 | Priority: | normal |
Severity: | blocker | Version: | |
Component: | Networks and Sites | Keywords: | required-fields has-patch |
Focuses: | accessibility, multisite | Cc: |
Description (last modified by )
Similar to ticket #37331 In multi-site's New User form, there are several fields that are not required to submit the form (required and aria-required attributes are not set) but the form will fail server-side validation if these fields are not filled in.
Attachments (4)
Change History (22)
#2
@
8 years ago
Since I was working on [37331] I thought I should take the liberty to fix this form as well.
This ticket was mentioned in Slack in #core-multisite by flixos90. View the logs.
8 years ago
#6
@
8 years ago
@afercia We just looked at this again during our multisite ticket-scrub. Are there any updates yet from the a11y team on how to deal with required fields in the admin?
#7
@
8 years ago
@flixos90 I'm afraid we haven't came to a conclusion about the best pattern to use for required fields.
#8
@
2 years ago
- Focuses accessibility added
- Keywords needs-refresh added
- Milestone changed from Awaiting Review to 6.2
#10
@
2 years ago
- Owner set to audrasjb
- Status changed from new to reviewing
Self-assigning for review/test.
This ticket was mentioned in Slack in #core by hellofromtonya. View the logs.
2 years ago
#14
@
2 years ago
- Keywords needs-patch added; has-patch commit removed
- Resolution fixed deleted
- Status changed from closed to reopened
[55026] broke this form. The email input field now has the wrong id and name attributes, so attempting to create a new user from the Network Admin -> Users -> Add New screen results in the following error:
Usernames can only contain lowercase letters (a-z) and numbers. Please enter a valid email address.
Discovered while testing #57164.
This ticket was mentioned in PR #4104 on WordPress/wordpress-develop by @johnbillion.
2 years ago
#15
- Keywords has-patch added; needs-patch removed
Trac ticket: https://core.trac.wordpress.org/ticket/38460
@audrasjb commented on PR #4104:
2 years ago
#18
committed in https://core.trac.wordpress.org/changeset/55394
patch to fix ticket