Make WordPress Core

Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#61299 closed defect (bug) (duplicate)

Regression with bulk checkbox on updates table

Reported by: swissspidy Owned by:
Priority: normal Milestone:
Component: Administration Version: 6.5
Severity: normal Keywords: has-screenshots has-patch
Cc: Focuses: ui, javascript

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.


2 years 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
2 years ago

  • Milestone Awaiting Review
  • Resolutionduplicate
  • Status newclosed

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 years ago
#3

Closing in favor of #6524

Note: See TracTickets for help on using tickets.