#13173 closed defect (fixed)
Pagination bars out of sync
Reported by: | eX0du5 | Owned by: | evan |
---|---|---|---|
Priority: | low | Milestone: | 1.7 |
Component: | DojoX Grid | Version: | 1.6.1 |
Keywords: | dojox grid pagination | Cc: | |
Blocked By: | Blocking: |
Description
I noticed this with dojo 1.6 and 1.6.1. How to reproduce: Create a dojox.grid.enhancedGrid using pagination and position "both". You may use the pagination test example provided in the dojo download for this.
The page starts with 25 rows per page on both bars. Now click on "50" for the bar on top. The grid will now show 50 rows, the bar on top shows "50" as selected entry, but the bar at the bottom still shows "25" and is not in sync with the one on top.
Change History (2)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
(In [25484]) Fixes #13173 !strict thanks for the patch from Elvis(IBM, CCLA), making sure the status are syched for top/bottom pagination bars