Bug #4515
closedValidation is ignored for tabs not actively visible
Description
When using Tabbed registration or profile edit and clicking the submit buttons it only does jQuery validation on the tab you're actively viewing. This is due to jQuery validator ignoring hidden inputs. This is good and bad as it stops it from validating inputs that aren't visible, but it also causes tabbed usages to be more or less broken for validation and reverting to PHP side validation only, which is less user friendly.
Updated by krileon over 10 years ago
Minimum Length doesn't appear to have any form of jQuery validation.
Updated by krileon over 10 years ago
Text and Textarea inputs should validate on keyup. Many field types are validating on click, which doesn't seam correct. Review the bindings carefully and possibly redo the JS entirely to provide more user friendly feedback.
Updated by beat over 10 years ago
Shouldn't the correct event for validation be "onchange" ?
Updated by krileon over 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Validation completely rewritten and modernized!