Make WordPress Core

Opened 3 weeks ago

Closed 3 weeks ago

Last modified 2 weeks ago

#61299 closed defect (bug) (duplicate)

Regression with bulk checkbox on updates table

Reported by: swissspidy's profile swissspidy 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.


3 weeks ago
#1

  • Keywords has-patch added; needs-patch removed

Fix bulk select all checked on single item check from plugin list table or updates plugin list table.

Trac ticket: 61299

#2 @sabernhardt
3 weeks ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

This was reported twice about the User checkboxes, in #61168 and #61252, but it seems to affect any list table except for Posts and Pages.

@swissspidy commented on PR #6646:


2 weeks ago
#3

Closing in favor of #6524

Note: See TracTickets for help on using tickets.