Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#32646 closed defect (bug) (fixed)

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

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

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 11 years ago.
32464-r1.diff (1.4 KB ) - added by ohryan 11 years ago.

Download all attachments as: .zip

Change History (8)

#1 @earnjam
11 years ago

Related: #32644

@ohryan
11 years ago

#2 @ohryan
11 years ago

Added autocapitalize="none" autocorrect="off"

@ohryan
11 years ago

#3 @ohryan
11 years ago

Previous diff missed the else.

#4 @ohryan
11 years ago

  • Keywords has-patch added

#5 @jeremyfelt
11 years ago

  • Milestone Awaiting Review4.3

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

#6 @jeremyfelt
11 years ago

  • Owner set to jeremyfelt
  • Resolutionfixed
  • Status newclosed

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.