Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#32646 closed defect (bug) (fixed)

Multisite New Site Form shouldn't auto capitalize site address on iOS

Reported by: gadgetgal's profile gadgetgal Owned by: jeremyfelt's profile jeremyfelt
Milestone: 4.3 Priority: normal
Severity: normal Version:
Component: Networks and Sites Keywords: has-patch
Focuses: administration, multisite Cc:

Description

In multisite new site form, the site address field auto capitalizes the site address field on iOS, however it only accepts lower case letters.

Attachments (2)

32464.diff (1.0 KB) - added by ohryan 8 years ago.
32464-r1.diff (1.4 KB) - added by ohryan 8 years ago.

Download all attachments as: .zip

Change History (8)

#1 @earnjam
8 years ago

Related: #32644

@ohryan
8 years ago

#2 @ohryan
8 years ago

Added autocapitalize="none" autocorrect="off"

@ohryan
8 years ago

#3 @ohryan
8 years ago

Previous diff missed the else.

#4 @ohryan
8 years ago

  • Keywords has-patch added

#5 @jeremyfelt
8 years ago

  • Milestone changed from Awaiting Review to 4.3

Thanks for the ticket @gadgetgal, and thanks for the patch @ohryan. I think we can get this along with #32644.

#6 @jeremyfelt
8 years ago

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

In 33082:

Don't autocapitalize or autocorrect domain or path when adding a new site in iOS.

Props @ohryan.
Fixes #32646.

Note: See TracTickets for help on using tickets.