Skip to:
Content

BuddyPress.org

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#7274 closed defect (bug) (fixed)

Accessibility: Mark required fields as required in xProfile admin

Reported by: mercime's profile mercime Owned by: mercime's profile mercime
Milestone: 2.7 Priority: normal
Severity: normal Version:
Component: Core Keywords: has-patch
Cc:

Description

Add (required) to the Name label of:
Add New > Profile Fields
Add New > Profile Field Group

While we have great error messages in case users forget to add the names of the field of field group, let's ensure that new users know that they are required to fill up those fields to prevent any error in the first place.

The alternatives of adding attributes for the input fields like aria-required="true" and required (for HTML5-ready documents) instead only benefit screen reader users. Adding the (required) text in the label would benefit everyone.

Attachments (1)

7274.patch (1.5 KB) - added by mercime 8 years ago.

Download all attachments as: .zip

Change History (4)

@mercime
8 years ago

#1 @mercime
8 years ago

  • Keywords has-patch added

#2 @mercime
8 years ago

  • Owner set to mercime
  • Resolution set to fixed
  • Status changed from new to closed

In 11169:

Accessibility: Mark xProfile input fields in wp-admin as required.

Error prevention by indicating that the input fields for the Add New Field Name and
Add New Profile Field Group Name are need to be filled up by user.

Fixes #7274.

#3 @mercime
8 years ago

Excuse my English

Note: See TracTickets for help on using tickets.