Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Operating System: Windows XP
Platform: PC
Description
as noted in the forum: http://www.icefaces.org/JForum/posts/list/0/2113.page#15450
The fastforward and fastrewind facets only show up if the dataPaginator is set
to a vertical display. In the DataPaginatorRenderer:
if (scroller.isVertical()) {
facetComp = scroller.getFastForward();
if (facetComp != null) {...
The fastforward and fastrewind facets only show up if the dataPaginator is set
to a vertical display. In the DataPaginatorRenderer:
if (scroller.isVertical()) {
facetComp = scroller.getFastForward();
if (facetComp != null) {...
Activity
| Field | Original Value | New Value |
|---|---|---|
| issue.field.bugzillaimportkey | 1173 | 12398 |
| Assignee | Adnan Durrani [ adnan.durrani ] |
| Fix Version/s | 1.6 [ 10031 ] |
| Assignee Priority | P2 | |
| Assignee | Rob Mayhew [ rob.mayhew ] |
| Assignee | Rob Mayhew [ rob.mayhew ] | Adnan Durrani [ adnan.durrani ] |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Fix Version/s | 1.6DR#3 [ 10050 ] | |
| Fix Version/s | 1.6 [ 10031 ] | |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.6 [ 10031 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P2 | |
| Assignee | Adnan Durrani [ adnan.durrani ] |
Fastforward & fastrewind facets of dataPaginator was defined in an invalid if, that has been removed. -revision 13548