4 | | You [https://core.trac.wordpress.org/ticket/36202#trac-change-4-1475464559859735 commented above] that on edit.php page, it's possible to refresh the page by clicking "Apply," before the ajax requests are sent. This [https://github.com/xwp/wordpress-develop/pull/159/commits/caa46b188429593149533fb7220efae54c5e2889 commit] to this ticket's [https://github.com/xwp/wordpress-develop/pull/159/commits GitHub pull request] passes [https://github.com/xwp/wordpress-develop/pull/159/commits/caa46b188429593149533fb7220efae54c5e2889#diff-731d55f699338973eaf2147ca0e0a61eR47 true] as the `immediate` argument to `_.debounce`. So this submits the first ajax request, without a `2000 ms` delay. So this fixes an issue where you click one "Columns" checkbox, like "Author," and quickly click "Apply." |
| 4 | You [https://core.trac.wordpress.org/ticket/36202#trac-change-4-1475464559859735 commented above] that on edit.php page, it's possible to refresh the page by clicking "Apply," before the ajax requests are sent. This [https://github.com/xwp/wordpress-develop/pull/159/commits/caa46b188429593149533fb7220efae54c5e2889 commit] to this ticket's [https://github.com/xwp/wordpress-develop/pull/159/commits GitHub pull request] passes [https://github.com/xwp/wordpress-develop/pull/159/commits/caa46b188429593149533fb7220efae54c5e2889#diff-731d55f699338973eaf2147ca0e0a61eR47 true] as the `immediate` argument to `_.debounce`. So this submits the first ajax request, without a `2000 ms` delay. This fixes an issue where you click one "Columns" checkbox, like "Author," and quickly click "Apply." |