#61299 closed defect (bug) (duplicate)
Regression with bulk checkbox on updates table
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.5 |
Component: | Administration | Keywords: | has-screenshots has-patch |
Focuses: | ui, javascript | Cc: |
Description
This is a regression from #59121 / r57745
When checking a single updateable item in the update list table, the "Select All" checkbox gets mistakenly toggled.
It's specifically the change to common.js
that broke this. tr.iedit
doesn't exist in list tables like this. We need to find a better selector.
Demo: https://imgur.com/a/kURqLth
This would make for a great opportunity to add an e2e test.
Change History (3)
This ticket was mentioned in PR #6646 on WordPress/wordpress-develop by @khokansardar.
9 months ago
#1
- Keywords has-patch added; needs-patch removed
#2
@
9 months ago
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from new to closed
@swissspidy commented on PR #6646:
9 months ago
#3
Closing in favor of #6524
Note: See
TracTickets for help on using
tickets.
Fix bulk select all checked on single item check from plugin list table or updates plugin list table.
Trac ticket: 61299