You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When inputting a negative page number (-1) in the page input field on the transaction page, the pagination feature truncates the display to only the first two rows on page one, and does not handle the negative input appropriately.
Press the "Go" or "Submit" button to navigate to the specified page.
Expected Behavior:
The pagination system should handle negative page inputs gracefully, either by displaying an error message indicating that negative page numbers are not allowed, or by maintaining the current page without any changes.
Actual Behavior:
After inputting "-1" and submitting, only the first two rows of page one are displayed, while the rest of the records are truncated, leading to incomplete data presentation.
Additional Information:
Browser/Environment: Chrome Version 122.0.6261.129
Operating System: Windows 11
Spam policy
I verify that this issue is NOT SPAM and understand SPAM issues will be closed and reported to GitHub, resulting in ACCOUNT TERMINATION.
The text was updated successfully, but these errors were encountered:
Describe the bug
When inputting a negative page number (-1) in the page input field on the transaction page, the pagination feature truncates the display to only the first two rows on page one, and does not handle the negative input appropriately.
Steps to reproduce
Expected Behavior:
The pagination system should handle negative page inputs gracefully, either by displaying an error message indicating that negative page numbers are not allowed, or by maintaining the current page without any changes.
Actual Behavior:
After inputting "-1" and submitting, only the first two rows of page one are displayed, while the rest of the records are truncated, leading to incomplete data presentation.
Additional Information:
Browser/Environment: Chrome Version 122.0.6261.129
Operating System: Windows 11
Spam policy
The text was updated successfully, but these errors were encountered: