LimeSurvey: master 6abc4311

Author Committer Branch Timestamp Parent
TMSWhite TMSWhite master 2012-06-26 22:40:33 master b670b7ab
Affected Issues  06271: text entry fields use onchange instead of onkeyup events to propagate changes
Changeset

Fixed issue 06271: text entry fields use onchange instead of onkeyup events to propagate changes
Dev Now consistently use onkeyup for all text entry fields, including comments and array text; and call checkconditions() on keyup, so get immediate change
Dev Ensured can enter negative numbers and/or decimal numbers in the number entry fields
Dev Validated that does not cause performance degradation, even in IE
Fixed issue Unchecking entries in multiple choice checkbox did not clear associated comment
Fixed issue Clearing "other" value in multiple choice checkbox did not clear associated comment
Fixed issue Changes to comments in multiple choice checkbox could not trigger changes in tailoring

mod - group.php Diff File
mod - qanda.php Diff File
mod - scripts/survey_runtime.js Diff File