Bug 1010658 - [Usability] unintuitive behavior of pagination
Summary: [Usability] unintuitive behavior of pagination
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web Console
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ER7
: EAP 6.2.0
Assignee: Heiko Braun
QA Contact: Jakub Cechacek
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks: 1021418
TreeView+ depends on / blocked
 
Reported: 2013-09-22 10:16 UTC by Jakub Cechacek
Modified: 2015-02-01 23:00 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:20:36 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker HAL-279 0 Major Resolved Unintuitive behavior of pagination 2015-12-07 08:49:44 UTC

Description Jakub Cechacek 2013-09-22 10:16:19 UTC
Pagination in console should always offset the same number of entries, last page included. 

Let's assume we have 25 entries, 7 entries per page. The current behavior will list pages in this manner:

page 1: entry 1-7  
page 2: entry 8-14
page 3: entry 15-21 
page 4: entry 19-25 

now when going back

page 4: entry 25-19
page 3: entry 18-12
page 2: entry 11-5
page 1: entry 7 - 1

The last page should contain only entries 22-25. This behavior is confusing and consequently you will get different last page when using "skip to last" button (as this one will correctly display entries 22-25) and when listing through pages.

Comment 1 Jakub Cechacek 2013-10-31 14:05:43 UTC
Verified 6.2.0.ER7


Note You need to log in before you can comment on or make changes to this bug.