#32905 closed defect (bug) (fixed)
Misaligned Select All checkbox on wp-admin/update-core.php
Reported by: | ryan | Owned by: | ocean90 |
---|---|---|---|
Milestone: | 4.3 | Priority: | low |
Severity: | normal | Version: | 4.3 |
Component: | Upgrade/Install | Keywords: | has-patch needs-testing |
Focuses: | ui | Cc: |
Description
The Select All checkbox label is misaligned in both Firefox and Chrome on Macos. 4.3-beta1-33097
- Visit the Grand Unified Updater at wp-admin/update-core.php with Firefox or Chrome on Macos.
- Note the misaligned select all labels for the Plugins and Themes tables.
Attachments (6)
Change History (13)
#3
@
9 years ago
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 4.3
- Priority changed from normal to low
#4
@
9 years ago
- Keywords has-patch needs-testing added; needs-patch removed
I think this is as simple as changing the markup in those tables. Looking at other list-tables elsewhere in the admin, they all have the select-all checkboxes in a <td>
instead of <th>
- Switching that out allows the correct styling to be applied.
This ticket was mentioned in Slack in #design by matthew. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
Firefox