Opened 14 years ago
Closed 14 years ago
#15562 closed defect (bug) (fixed)
Non-unique ID attributes for user-new.php in MS
Reported by: | duck_ | Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | low |
Severity: | minor | Version: | 3.1 |
Component: | Multisite | Keywords: | has-patch |
Focuses: | Cc: |
Description
I think you have to be a super admin for this.
Bad from a validation standpoint.
But also, the nice shortcut of clicking on labels to toggle a checkbox or select an input is broken in this case and can be disorienting. Try clicking the "Skip confirmation email" label in the Create New User section, the checkbox in the add existing section will be toggled instead.
Two patches, one just for the conflicting IDs in the form elements. The other (full.diff) should remove all duplicate ID validation errors (related #13383 and #6564).
Attachments (2)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [16569]) Fix duplicate HTML IDs for wp-admin/user-new.php on MS installs. props duck_. fixes #15562