User tests: Successful: Unsuccessful:
Tracker: #30393
I added small feature to suppress showing validation errors (ie. from within template), invalid input fields and labels receive class 'invalid' anyway
// In case script validate.js is being loaded after template.js use 'onload' event
window.addEvent('domready', function(){
// Configure document validator
if ( document.formvalidator )
{
document.formvalidator.suppressMessages = true;
}
});
As no one was able to find an issue with the joomla core on the tracker I am closing this