[wp-trac] [WordPress Trac] #63372: Tags page UI inconsistencies when adding or deleting tags

WordPress Trac noreply at wordpress.org
Wed Apr 30 12:16:10 UTC 2025


#63372: Tags page UI inconsistencies when adding or deleting tags
-------------------------------------------------+-------------------------
 Reporter:  sainathpoojary                       |       Owner:  (none)
     Type:  defect (bug)                         |      Status:  new
 Priority:  normal                               |   Milestone:  Awaiting
                                                 |  Review
Component:  Administration                       |     Version:
 Severity:  normal                               |  Resolution:
 Keywords:  has-patch changes-requested has-     |     Focuses:  ui,
  testing-info                                   |  javascript, css
-------------------------------------------------+-------------------------
Changes (by SirLouen):

 * keywords:  has-patch => has-patch changes-requested has-testing-info


Comment:

 == Combined Reproduction and Patch Test Report
 === Description
 This report can't validate that the indicated patch works completely as
 expected.

 Patch tested: https://github.com/WordPress/wordpress-
 develop/pull/8761.diff

 === Environment
 - WordPress: 6.9-alpha-60093-src
 - PHP: 8.2.28
 - Server: nginx/1.27.5
 - Database: mysqli (Server: 8.4.5 / Client: mysqlnd 8.2.28)
 - Browser: Chrome 135.0.0.0
 - OS: Windows 10/11
 - Theme: Twenty Twenty-One 2.5
 - MU Plugins: None activated
 - Plugins:
   * Test Reports 1.2.0

 === Reproduction Steps

 - Screen Options ⇒ Fixed to Number of items per page (10) for pagination
 - Create some tags
 - Remove all tags
 - 🐞 First bug reproduced (no "No tags found", message)
 - Start adding tags
 - 🐞 Second bug reproduced (`tablenav` appears)
 - 🐞 Third bug reproduced The number of items don't update
 - 🐞 Extra potential bug: When reaching the fixed number of items per page
 (10 in my case), pagination doesn't appear when we have more than 10
 items, until we refresh.

 === Expected results
 1. When all tags are removed, "No tags found" should appear
 2. The `tablenav` should appear as soon as there are new tags to be able
 to deal with them
 3. The number of items should update every new tag we create
 4. Reaching the Number of items per page, should add a pagination control.

 === Actual Results with Patch
 1. ✅ "No tags found" appears correctly when all tags removed
 2. ❌ `tablenav` still doesn't appear after adding new tags
 3. ❌ Number of items don't appear
 4. ❌ With a refresh number of items appear, but they don't update with
 each new tag
 5. ❌ When reaching the "Number of items per page", the pagination control
 still doesn't appear without refresh.

 === Additional Notes
 Added a screencast to showcase the problems that still exist

 === Supplemental Artifacts
 Screencast: https://streamable.com/zdp0ro

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/63372#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list