Friday, September 12, 2008

Deserializer 1.6.1 is out

Another update of deserializer.js is out. It fixes problems with forms that have default values.
Many thanks to solgae for this update!

2 Comments:

Blogger Alberto said...

Sti cazzi... e pacman 3.1 non e' ancora uscito?

October 06, 2008 10:28 PM  
Anonymous Anonymous said...

The inputSelector function does not properly handle having multiple checkboxes that share the same name. If any of the checkboxes have been checked, it will recheck all of them, regardless of the checkbox's value. i.e.:

< input type="checkbox" name="a[]" value="text" />
< input type="checkbox" name="a[]" value="text2" />

Tracked down to it being a problem in inputSelector with handling multiple checkboxes with the same name. A check for checkboxs[i].value == data will fix the bug though... (around line 108)

August 04, 2009 1:49 AM  

Post a Comment

Links to this post:

Create a Link

<< Home