M2vH / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 0 forks source link

Form elements are not submitted properly #203

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Adding checkboxes and wrapping the gallery with a form tag.
Placing the checkboxes within the div with class=caption.

What is the expected output? 
Every checkbox checked should be submitted to the form.

What do you see instead?
Only the latest checked checkbox is submitted.

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

Original issue reported on code.google.com by pren...@ticket-com.com on 2 Apr 2011 at 7:45

GoogleCodeExporter commented 8 years ago
I ended up putting the form elements (radio buttons, checkboxes) next/below the 
thumbnails.

Not the best, but at least it works. My guess is I could make use of 

onPageTransitionOut

and build a callback to check if the checkbox or the radio button have been 
checked/selected, and store them somewhere for proper form submission.

But my Jquery and javascript knowledge is not that good.

Original comment by pren...@ticket-com.com on 2 Apr 2011 at 9:38