This question is locked. New answers and comments are not allowed.
Hi!
After a few hours of testing we finally managed to track down a checkbox functionality problem to jQuery 1.6 + latest release (2011.2.902 (also present in earlier Q2 releases at least)).
The problem is that when a checkbox is checked the javascript code sets:
As can be seen value="value", not ="true" as it should be. This of course breaks validation, custom scripts etc. Is there any possibility this might be fixed / could you advice on how to fix it?
Attached is the jQuery version we have been testing with (1.6)
Thanks!
/Victor
After a few hours of testing we finally managed to track down a checkbox functionality problem to jQuery 1.6 + latest release (2011.2.902 (also present in earlier Q2 releases at least)).
The problem is that when a checkbox is checked the javascript code sets:
<input class="t-input" type="checkbox" value="value" name="ComponentId_checkedNodes[0:2].Checked">As can be seen value="value", not ="true" as it should be. This of course breaks validation, custom scripts etc. Is there any possibility this might be fixed / could you advice on how to fix it?
Attached is the jQuery version we have been testing with (1.6)
Thanks!
/Victor