Bug
Shipped
Pagination does not display all pages initially
When landing on the first page, the pagination component shows only two pages. However, after navigating to the second page, an additional page (third page) becomes visible. This behavior continues as the user navigates further, progressively revealing more pages instead of displaying them upfront.
Steps to Reproduce:
- Open the application and navigate to any paginated list view
- Observe the pagination on the first page
- Note that only 2 pages are displayed
- Click on page 2
- Observe that page 3 now appears in the pagination
- Continue navigating to subsequent pages
Expected Result:
Pagination should display all available pages (or a consistent range) from the beginning without dynamically adding new pages during navigation.
Actual Result:
Pagination initially shows only 2 pages and reveals additional pages progressively as the user navigates.
Impact:
- Confusing user experience
- Users may assume there are fewer pages than actually available
- Navigation becomes unpredictable
Environment:
- Platform: (Web / Mobile / etc.)
- Browser/App Version: (Specify)
- OS: (Specify)
Priority: Medium
Severity: Moderate