Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #56599, comment 3


Ignore:
Timestamp:
09/19/2022 02:23:04 PM (3 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56599, comment 3

    v1 v2  
    1 == Reproduction Report
    2 This report validates that the issue can be reproduced.
     1== Test Report
     2This report validates that the issue can be reproduced and that the patch resolves the issue.
     3
     4Patch tested: [https://github.com/WordPress/wordpress-develop/pull/3275 PR 3275]
    35
    46=== Steps to Reproduce or Test
     
    682. Open the `Screen Options` tab and make a change.
    793. 🐞 Click `Apply`.
     104. Apply the patch.
     115. Refresh the page.
     126. Additional: Test `Pages` and a custom post type.
    813
    914=== Expected Results
    1015
     16When reproducing the issue:
    1117- ❌ The `All` view is not bold.
     18
     19When testing the patch:
     20- ✅ The `All` view is bold.
     21- ✅ No regressions detected.
    1222
    1323=== Environment
     
    2131
    2232=== Actual Results
     33
     34When reproducing the issue:
    2335- ✅ The `All` view is not bold. Issue reproduced.
     36
     37When testing the patch:
     38- ✅ The `All` view is bold.
     39- ✅ No regressions detected.
     40- The patch seems to resolve the issue without introducing a regression.
    2441
    2542=== Additional Notes
    2643- This began happening from WordPress 4.2 onwards.
     44- This may benefit from additional testing for plugins that extend the `WP_Posts_List_Table` class. Adding `needs-testing` until this is done.