Skip to main content
Login Join
Bug Shipped

Pagination does not display all pages initially

Submitted by Mikin Chauhan April 30, 2026 Shipped Apr 30, 2026

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:

  1. Open the application and navigate to any paginated list view
  2. Observe the pagination on the first page
  3. Note that only 2 pages are displayed
  4. Click on page 2
  5. Observe that page 3 now appears in the pagination
  6. 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

0 comments