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"
"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"
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
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
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
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
Hi Max,
Do you have any idea when this new release will be announced?
Regards,
q.
Do you have any idea when this new release will be announced?
Regards,
q.
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
Regards
Max
This topic is locked and no more replies can be posted.