Bug 535198 (RHQ-191)

Summary: Changing Items Per Page does not work
Product: [Other] RHQ Project Reporter: Mark Spritzler <mspritzl>
Component: Core UIAssignee: Joseph Marques <jmarques>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 0.1Keywords: SubBug
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
URL: http://jira.rhq-project.org/browse/RHQ-191
Whiteboard:
Fixed In Version: 1.4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-08-25 15:39:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 536330    

Description Mark Spritzler 2008-03-26 23:59:00 UTC
Here is what I had done to get it to not work.

1. I changed the items per page to 45
2. Filtered on War deployments.
3. Refresh the page.
4. Try to change the items per page to anything else no longer works.

Comment 1 Joseph Marques 2008-04-04 20:18:01 UTC
this is YET ANOTHER fall-out of ajax-y partial page requests.  since we're not actually updating the dom history, the browser never records that you've changed filter (in this case to war deployments).  so when you refresh the page, what you see is not the real state of things.  if you were to change the filter, and then change the paging, things work properly.  you should notice that after you refresh you'll see ALL of the original items (as if no filter was applied) even though the filter still shows, in this case, war deployments.

Comment 2 Red Hat Bugzilla 2009-11-10 20:49:29 UTC
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-191


Comment 3 Corey Welton 2010-08-25 15:39:34 UTC
Closing per 25-Aug triage.