I have an issue where this javascript is throwing an error whenever I load the editor on a page in firefox. This appears to be one of your editor script files, I cant tell which one or what its for. My guess is its part of your Telerik.Web.UI.Dialogs class. Here is the code that is erroring:
try{
Sys.CultureInfo.prototype._getAbbrMonthIndex("");
}
catch(ex){
Sys.CultureInfo.prototype._getAbbrMonthIndex=function(_c6){
The error is "uncaught exception: Permission denied to get property HTMLDocument.addEventListener" on the line "_getAbbrMonthIndex("")". I am running the lastest Q1 2008 version. If you would like to see the problem, its on my production website at http://www.gamestreet.net . Signup for an account and try to post a topic on the forums. That page has an editor on it that will give you the error in firefox 2.0.
The error is "uncaught exception: Permission denied to get property HTMLDocument.addEventListener" on the line "_getAbbrMonthIndex("")". I am running the lastest Q1 2008 version. If you would like to see the problem, its on my production website at http://www.gamestreet.net . Signup for an account and try to post a topic on the forums. That page has an editor on it that will give you the error in firefox 2.0.
