Validation problem

Qu Quevi2008 25 Jun, 2009
If I set the Validation to YEs and test it, I get this error:

"function(){var tag=this.getTag();if(['style','script'].contains(tag)){if(window.ie){if(tag=='style')return this.styleSheet.cssText;else if(tag=='script')return this.getProperty('text');}else{return this.innerHTML;}}
return($pick(this.innerText,this.textContent));}"

where it should be "This field is required"
pe peter49 25 Jun, 2009
Hi Quevi2008,

the problem you mention has been reported by me as well, some time ago, see http://www.chronoengine.com/forums.html?cont=posts&f=6&t=14165#p33362. A full explanation has never been found as far as I know, but the thread linked to will learn you how to avoid the problem.
It has to do with a title element to be included in the elements to be validated, but also some relation to IE8 has been proven. When you are using this browser (as I do!) I can only advise you to use it in IE7 compatibility mode as long as the IE8 styling problems have bot been solved adequately.

Regards,
Peter
Max_admin Max_admin 25 Jun, 2009
Hi,

The issue has been permanently fixed in the new release coming out in a day or 2, thanks for Laurens for providing a very nice mootools function fix for the IE8

Cheers,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Qu Quevi2008 29 Jun, 2009
Hi Max,

Do you have any idea when this new release will be announced?

Regards,

q.
Max_admin Max_admin 30 Jun, 2009
Hi q., its ready and I will add it to the downloads today, you may contact me through the "Contact us" page to get it earlier!

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.