Changes between Version 1 and Version 2 of Ticket #56599, comment 3
- Timestamp:
- 09/19/2022 02:23:04 PM (3 years ago)
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 2 This report validates that the issue can be reproduced and that the patch resolves the issue. 3 4 Patch tested: [https://github.com/WordPress/wordpress-develop/pull/3275 PR 3275] 3 5 4 6 === Steps to Reproduce or Test … … 6 8 2. Open the `Screen Options` tab and make a change. 7 9 3. 🐞 Click `Apply`. 10 4. Apply the patch. 11 5. Refresh the page. 12 6. Additional: Test `Pages` and a custom post type. 8 13 9 14 === Expected Results 10 15 16 When reproducing the issue: 11 17 - ❌ The `All` view is not bold. 18 19 When testing the patch: 20 - ✅ The `All` view is bold. 21 - ✅ No regressions detected. 12 22 13 23 === Environment … … 21 31 22 32 === Actual Results 33 34 When reproducing the issue: 23 35 - ✅ The `All` view is not bold. Issue reproduced. 36 37 When 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. 24 41 25 42 === Additional Notes 26 43 - 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.