#32644 closed defect (bug) (fixed)
Multisite new user username field auto-capitalizes on mobile devices
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Users | Keywords: | has-patch |
Focuses: | ui, administration, multisite | Cc: |
Description
When adding a new user in the multisite network admin panel on an iOS device, the username auto-capitalizes, which is not ideal.
Attachments (3)
Change History (16)
#3
@
10 years ago
- Milestone changed from Awaiting Review to 4.3
Nice! Are there other spots that could use this same treatment? I imagine all of the add user forms have the same problem. Happy to fix this one on its own, just want to chase down this road a little bit while we're here :)
This ticket was mentioned in Slack in #core-multisite by earnjam. View the logs.
10 years ago
#6
@
10 years ago
- Keywords has-patch added
- Type changed from enhancement to defect (bug)
We should treat this one as a bug rather than enhancement.
#7
@
10 years ago
This is a great start, @brad2dabone, thanks!
I think we can probably take care of both wp-admin/user-new.php
and wp-admin/network/user-new.php
in this ticket. It looks like iOS already handles email inputs fine, so just the user login inputs will need to be patched.
This ticket was mentioned in Slack in #core-multisite by jeremyfelt. View the logs.
10 years ago
This ticket was mentioned in Slack in #core by jeremyfelt. View the logs.
10 years ago
#11
@
10 years ago
Thanks for the wp-admin/user-new.php
patch, @sunnyratilal! A note for the future - no notification is sent after uploading a patch, even if you describe it. It's good to leave a follow up comment immediately after so that a notification is sent out.
Things look good on both of these.
Added
autocapitalize="off" autocorrect="off"
attributes in 32644.diff.