Michael Sperber

Results 24 comments of Michael Sperber

@Aurorum After looking into this further, I've discovered that the way that data is being loaded is that the 2nd page that you click onto will load the 2nd page...

@Aurorum I agree. I'll revert this PR to a draft and continue the discussion on the issue thread.

Here are the findings of my testing: * I created the user in Users > All Users > Add New User * My test email received the invite email *...

Initial report: 8392059-zen Customer requests followup on resolution.

I can reproduce this bug on my end as well. Clicking on a page number only navigates the active page forward or backward by one.

I believe that the issue is here: https://github.com/Automattic/wp-calypso/blob/trunk/client/components/pagination/pagination-page.jsx ``` clickHandler = ( event ) => { event.stopPropagation(); const { currentPage, pageClick, pageNumber, totalPages } = this.props; switch ( pageNumber )...

I checked a bit more, and I think in fact the issue is here: https://github.com/Automattic/wp-calypso/blob/trunk/client/my-sites/site-monitoring/logs-tab.tsx (134) ``` const handlePageClick = ( nextPageNumber: number ) => { if ( isInitialLoading )...

Thank you @taipeicoder ! PR here: https://github.com/Automattic/wp-calypso/pull/93998

@taipeicoder I discovered that the change that I proposed will allow you to select any tab. However, when new data is loaded, it will always load the *next* 50 records,...