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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
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 |