History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RHQ-191
Type: Sub-bug Sub-bug
Status: Accepted Accepted
Priority: Minor Minor
Assignee: Joseph Marques
Reporter: Mark Spritzler
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
RHQ Project
RHQ-692

Changing Items Per Page does not work

Created: 26/Mar/08 06:59 PM   Updated: 20/Jul/08 11:35 PM
Component/s: Core UI
Affects Version/s: 0.1
Fix Version/s: 2.0

Time Tracking:
Not Specified

Date of First Response: 04/Apr/08 03:18 PM


 Description  « Hide
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.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Joseph Marques - 04/Apr/08 03:18 PM
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.