Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01
-
Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces3 trunk revision# 37817
-
Assignee Priority:P1
Description
When the rows attribute is set to 0 or the total number of rows in the table and paginatorAlwaysVisible is set to false the paginator still gets rendered. If setting the rows to any number greater than the total number of rows in the table the paginator does not get rendered. May need to be adjusted to be >= instead of just >.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Cruz Miraback [ cmiraback ] | |
Fix Version/s | 3.4 [ 10770 ] | |
Assignee Priority | P2 [ 10011 ] |
Assignee | Cruz Miraback [ cmiraback ] | Nils Lundquist [ nils.lundquist ] |
Assignee | Nils Lundquist [ nils.lundquist ] | Cruz Miraback [ cmiraback ] |
Assignee | Cruz Miraback [ cmiraback ] | Arturo Zambrano [ artzambrano ] |
Fix Version/s | EE-3.3.0.GA_P02 [ 11371 ] | |
Affects Version/s | EE-3.3.0.GA_P01 [ 11174 ] | |
Affects Version/s | 4.0 [ 10770 ] | |
Assignee Priority | P2 [ 10011 ] | P1 [ 10010 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38892 | Tue Nov 26 15:04:48 MST 2013 | art.zambrano | |
Files Changed | ||||
![]() |
Fix Version/s | 4.0 [ 11382 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Committed fix to 4.0 trunk at revision 38892 and to 3.3 EE maintenance branch at revision 38893.
Adjusted the conditions to hide paginator when paginatorAlwaysVisible=false and 'rows' equals the total number of rows in the table or equals 0.