Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.0.0.GA, EE-3.3.0.GA_P03, 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces4 trunk r. 43111
Browsers: all
Server: Tomcat7.0.42
-
Assignee Priority:P1
Description
QA test app:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/dataTable
Test page: /views/filterTest.jsf
Filter does not work if selecting filter match mode = "ends with”, or "contains".
This seems to be a random occurrence, but most of the time this test fails.
Steps:
- select filter match mode="startsWith", type 'b' in the Name filter input entry -> 2 rows rendered with the names starting with 'b'.
- remove 'b' letter, clear the filters, change filter type match mode to "ends with", and type 'd' in the Name filter input entry -> no rows displayed.
- repeat previous step by using filter match mode="contains" -> no rows displayed.
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/dataTable
Test page: /views/filterTest.jsf
Filter does not work if selecting filter match mode = "ends with”, or "contains".
This seems to be a random occurrence, but most of the time this test fails.
Steps:
- select filter match mode="startsWith", type 'b' in the Name filter input entry -> 2 rows rendered with the names starting with 'b'.
- remove 'b' letter, clear the filters, change filter type match mode to "ends with", and type 'd' in the Name filter input entry -> no rows displayed.
- repeat previous step by using filter match mode="contains" -> no rows displayed.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 4.0 [ 11382 ] |
| Affects Version/s | 4.0 [ 11382 ] |
| Description |
QA test app:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/dataTable Test page: /views/filterTest.jsf Filter does not work if selecting filter match mode = "ends with”, or "contains". This seems to be a random occurrence, but most of the time this test fails. |
QA test app:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/dataTable Test page: /views/filterTest.jsf Filter does not work if selecting filter match mode = "ends with”, or "contains". This seems to be a random occurrence, but most of the time this test fails. Steps: - select filter match mode="startsWith", type 'b' in the Name filter input entry -> 2 rows rendered, the ones with the names starting with 'b'. - clear the filters, change filter type match mode to "ends with", remove 'b' letter and type 'd' in the Name filter input entry -> no rows displayed. |
| Description |
QA test app:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/dataTable Test page: /views/filterTest.jsf Filter does not work if selecting filter match mode = "ends with”, or "contains". This seems to be a random occurrence, but most of the time this test fails. Steps: - select filter match mode="startsWith", type 'b' in the Name filter input entry -> 2 rows rendered, the ones with the names starting with 'b'. - clear the filters, change filter type match mode to "ends with", remove 'b' letter and type 'd' in the Name filter input entry -> no rows displayed. |
QA test app:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/dataTable Test page: /views/filterTest.jsf Filter does not work if selecting filter match mode = "ends with”, or "contains". This seems to be a random occurrence, but most of the time this test fails. Steps: - select filter match mode="startsWith", type 'b' in the Name filter input entry -> 2 rows rendered with the names starting with 'b'. - remove 'b' letter, clear the filters, change filter type match mode to "ends with", and type 'd' in the Name filter input entry -> no rows displayed. - repeat previous step by using filter match mode="contains" -> no rows displayed. |
| Assignee | Arturo Zambrano [ artzambrano ] | |
| Assignee Priority | P1 [ 10010 ] |
| Fix Version/s | EE-4.0.0.GA [ 11171 ] | |
| Fix Version/s | 4.0 [ 11382 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #43880 | Thu Jan 08 09:23:58 MST 2015 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/column/Column.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Security | Private [ 10001 ] |
| Summary | ace:dataTable - filter test fails when filter match mode is "ends with" or "contains" | ace:dataTable - dynamic changes to filter match mode not working |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Fix Version/s | EE-3.3.0.GA_P03 [ 11572 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 4.1 [ 11375 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

r43880: Committed fix to 4.0 trunk. Removed condition that prevented evaluating the current filterMatchMode value.