Project

General

Profile

Actions

Bug #4515

closed

Validation is ignored for tabs not actively visible

Added by krileon almost 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
09 June 2014
Due date:
% Done:

100%

Estimated time:

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.

https://www.joomlapolis.com/forum/153-professional-member-support/225672-20b4-registration-feature-suggestion

Actions #1

Updated by krileon almost 10 years ago

Minimum Length doesn't appear to have any form of jQuery validation.

Actions #2

Updated by krileon almost 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.

Actions #3

Updated by beat almost 10 years ago

Shouldn't the correct event for validation be "onchange" ?

Actions #4

Updated by krileon almost 10 years ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100

Validation completely rewritten and modernized!

Actions #5

Updated by beat over 9 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF