Opened 10 years ago
Closed 10 years ago
#33770 closed defect (bug) (fixed)
Comments: duplicated "author" ID and Quick Edit form
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.4 | Priority: | normal |
| Severity: | normal | Version: | 4.3 |
| Component: | Comments | Keywords: | has-patch |
| Focuses: | ui, accessibility | Cc: |
Description
In the Comments screen both a table column and a form field have an ID with value "author". This prevents the label associated to the form field to correctly work. To reproduce:
- go in the Comments screen
- "Quick Edit" a comment, a form will appear
- click on the "Name" label (see screenshot below)
When clicking the label, focus should be moved to the form field.
Attachments (2)
Change History (9)
#2
@
10 years ago
- Milestone changed from Awaiting Review to 4.4
- Owner set to afercia
- Status changed from new to assigned
#5
@
10 years ago
- Keywords needs-patch added; has-patch removed
- Resolution fixed deleted
- Status changed from closed to reopened
trunk/src/wp-admin/js/edit-comments.js needs to be updated as well.
Note: See
TracTickets for help on using
tickets.

Fix duplicated IDs in the Comments screen.
The proposed patch changes the label
forattribute and the field ID from "author" to "author-name".