ICEfaces
  1. ICEfaces
  2. ICE-10577

ace:dataTable - Issues with filterEvent="enter"

    Details

      Description

      Issue #1: When using filterEvent="enter" filtering should only happen on the enter key press. This is working fine when typing in filter input but when removing text via the backspace key, a filter event is fired for each back space key press.

      Issue #2: When using multiple filter fields, only the field that has the enter key pressed on will do the filtering, the other field is cleared. To test with attach test case:
       - Enter in 'a' in the first column.
       - Enter in '1' in the second column.
       - Click enter, the first column field is cleared and filtering happens for just the second column.

      Issue #3: The enter filter event isn't working on the ICEfaces 4 and ICEfaces EE 3 trunk code. It is clearing out the field and not doing any filtering.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #44314 Thu Mar 26 14:09:55 MDT 2015 art.zambrano ICE-10577 added submitOnEnter=disabled to the filter fields, in order to prevent the bridge from handling the filtering request; modified the FilterState class to save the filter values of all columns in the table, not just the one that submitted the filtering request
        Files Changed
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/FilterState.java
        Commit graph MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableHeadRenderer.java

          People

          • Assignee:
            Arturo Zambrano
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: