nifkuza / gwtquery

Automatically exported from code.google.com/p/gwtquery
MIT License
0 stars 0 forks source link

JsCache class is storing all numbers as doubles #185

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. $("#someId").data("intValue", new Integer(1));
2. Integer i = $("#someId").data("intValue", Integer.class);
3.

What is the expected output? What do you see instead?
The expected output is an object of class Integer, You get a ClassCastException 
instead

What version of the product are you using? On what operating system?
GwtQuery 1.3.3

Please provide any additional information below.
Before upgrade to 1.3.3 (version 1.1.1) all worked as it should. An immediate 
fix is required since this cange broke existing apps.

Original issue reported on code.google.com by leonardo...@gmail.com on 29 Jun 2013 at 3:19

GoogleCodeExporter commented 9 years ago
Thanks for reporting. I've migrated this issue to github : 
https://github.com/gwtquery/gwtquery/issues/216
Please follow the issue there.

Original comment by julien.d...@gmail.com on 14 Jul 2013 at 11:23

GoogleCodeExporter commented 9 years ago
Fixed https://github.com/gwtquery/gwtquery/issues/216

Original comment by julien.d...@gmail.com on 29 Nov 2013 at 11:49