SmartClient Version: v9.1p_2015-05-06/PowerEdition Deployment (built 2015-05-06).
GWT version 2.6.
Tested on Firefox 24.7.0 and newer.
I used curent nightly build (6 may 2015) to test it.
We use Power Edition.
When ListGrid flag "setAllowFilterExpressions" is enabled, rows containing endline symbols aren't filtered correctly.
I use SQLDataSource, ListGrid. Filter editor is enabled. To reproduce:
1) In "text" field in listgrid put Enter (newline) at the end of field value. I.e., if field value was "Warsaw", make it
"Warsaw
"
2. Using filter editor, try to filter it using "war" or any other combination of characters. It wont filter this record. It will - however - filter it, when you remove newline characters.
After turning "setAllowFilterExpressions" to "false" it filters values properly, with or without newlines.
Tested on postgresql 9.1 and mysql, so it's probably not DB related.
Test case is simply any ListGrid databound to SQLDataSource with "setAllowFilterExpressions" set to "true".
GWT version 2.6.
Tested on Firefox 24.7.0 and newer.
I used curent nightly build (6 may 2015) to test it.
We use Power Edition.
When ListGrid flag "setAllowFilterExpressions" is enabled, rows containing endline symbols aren't filtered correctly.
I use SQLDataSource, ListGrid. Filter editor is enabled. To reproduce:
1) In "text" field in listgrid put Enter (newline) at the end of field value. I.e., if field value was "Warsaw", make it
"Warsaw
"
2. Using filter editor, try to filter it using "war" or any other combination of characters. It wont filter this record. It will - however - filter it, when you remove newline characters.
After turning "setAllowFilterExpressions" to "false" it filters values properly, with or without newlines.
Tested on postgresql 9.1 and mysql, so it's probably not DB related.
Test case is simply any ListGrid databound to SQLDataSource with "setAllowFilterExpressions" set to "true".