Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA
-
Fix Version/s: EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:EE ICEfaces 3.3.0.GA_P01 rev# 37461/ EE ICEfaces 3.3.0.GA Release code
Server: Tomcat7
Browsers: all
-
Assignee Priority:P2
Description
In showcase -> Grouping: if applying a filter on the "Weight" column, the expansion of the rows does not appear to work properly.
The automated test is successful because it does not test row expansion combined with filtering.
Issue1: unable to expand a row for certain applied filters
1. Enter '4' in 'Weight' filtering input text -> two rows will be rendered.
2. Try to expand each row -> only first row can be expanded.
Removing followed by re-applying the filter will render the second row being expanded.
Issue2: first row duplication
1. Enter '1' for 'Weight' filtering text -> 15 rows rendered.
2. Try to expand first row (ID=4) -> this row will be expanded but it is rendered twice, each instance calculating different values for the Cost Per Pound.
3. Trying to expand a different row will still duplicate the first row, and the row fails to expand.
Removing the filter and then re-entering the filter removes the duplicated row.
Row expansion is functional on this demo if no filters are applied.
The automated test is successful because it does not test row expansion combined with filtering.
Issue1: unable to expand a row for certain applied filters
1. Enter '4' in 'Weight' filtering input text -> two rows will be rendered.
2. Try to expand each row -> only first row can be expanded.
Removing followed by re-applying the filter will render the second row being expanded.
Issue2: first row duplication
1. Enter '1' for 'Weight' filtering text -> 15 rows rendered.
2. Try to expand first row (ID=4) -> this row will be expanded but it is rendered twice, each instance calculating different values for the Cost Per Pound.
3. Trying to expand a different row will still duplicate the first row, and the row fails to expand.
Removing the filter and then re-entering the filter removes the duplicated row.
Row expansion is functional on this demo if no filters are applied.
Activity
Carmen Cristurean
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 3.4 [ 10770 ] |
Ken Fyten
made changes -
Assignee | Nils Lundquist [ nils.lundquist ] |
Ken Fyten
made changes -
Assignee | Nils Lundquist [ nils.lundquist ] | Arturo Zambrano [ artzambrano ] |
Security | Private [ 10001 ] | |
Fix Version/s | EE-3.3.0.GA_P02 [ 11371 ] | |
Assignee Priority | P2 [ 10011 ] |
Ken Fyten
made changes -
Fix Version/s | 4.0 [ 11382 ] | |
Fix Version/s | 4.0.BETA [ 10770 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #40966 | Thu May 08 15:24:58 MDT 2014 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/dataTable/DataTableGrouping.java
MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableGrouping.xhtml MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/dataTable/DataTableBindings.java |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Carmen Cristurean
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #40987 | Fri May 09 16:09:48 MDT 2014 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/dataTable/DataTableGrouping.java
MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableGrouping.xhtml MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/dataTable/DataTableBindings.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #40989 | Fri May 09 16:21:04 MDT 2014 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
|
Arturo Zambrano
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
This issue seems to only occur with Mojarra and not with Myfaces.