Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.1-Beta2, 3.0.RC1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 3 trunk (11-24-2011)
Description
Filtering doesn't seem to be working when using the filterEvent="enter" value. In the filter field entering a value and hitting the enter key causes the filter field to be cleared but no filtering of the column data is done. With a simple test case this is working in the ICEfaces 2.1 Beta2 release.
This is due to icefaces enter key handling capturing the event and making a submit without ever running the jQuery handler.