Actions
Bug #7614
closedjQuery Validate elements check not reliabling working
Description
jQuery Validate elements function changed it to check if this.form is validator.currentForm. This won't be the case we called programmatically so it always returns no elements. The result is step by step validation does not work correctly.
Actions