isomorphic-software / smartgwt

Smart GWT is a GWT-based framework that allows you to not only utilize its comprehensive widget library for your application UI, but also tie these widgets in with your server-side for data management.
37 stars 22 forks source link

ListGrid Date Filter issue #674

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. select independence date filter editor;
2. select a specific date (5-10-2012) from date picker (on right side);
3. click Save button to save the criteria;
4. click Load button to retrieve the criteria; But the criteria failed to be 
applied as you can see;

What is the expected output? 
independence date filter/criteria should be set as before;

What do you see instead?
independence date filter/criteria is not set correctly.

I am using gwt 2.3, smartgwt 2.4, IE 7/FireFox 11 and Windows XP.

Additional info???
From step 2, if select "N days ago" from dropdown list instead of date picker, 
it works. So I would think that the problem comes from new 
Criteria(JSON.decode(sFilter)). Just FYI. 

Thanks.

Original issue reported on code.google.com by deqing.w...@verizonwireless.com on 24 May 2012 at 7:43

Attachments: