Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#32643 closed defect (bug) (fixed)

Multisite new user email input should be type=email

Reported by: earnjam's profile earnjam Owned by: helen's profile helen
Milestone: 4.3 Priority: normal
Severity: normal Version:
Component: Users Keywords:
Focuses: administration, multisite Cc:

Description

In the network admin the New User form email field has type="text". On iOS devices this causes the keyboard to capitalize the first letter. On New User form for individual sites, we use type="email", which prevents this issue.

Attachments (1)

32643.diff (674 bytes) - added by earnjam 9 years ago.

Download all attachments as: .zip

Change History (4)

@earnjam
9 years ago

#1 @helen
9 years ago

  • Milestone changed from Awaiting Review to 4.3

#2 @helen
9 years ago

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

In 32774:

Multisite: Use an email input for new user email address.

We also need to set novalidate on the form due to some browsers rejecting valid email addresses containing an IDN. We should holistically investigate whether this is still an issue in any major browsers at some point.

props earnjam.
fixes #32643.

#3 @helen
9 years ago

See #22183 for the IDN thing.

Note: See TracTickets for help on using tickets.