Merge branch 'fix-ie8-issues'

This commit is contained in:
Paulo Veiga 2009-07-10 00:01:09 +00:00
parent ee7232556d
commit 1f2f240ef7
3 changed files with 5 additions and 4 deletions

View File

@ -72,10 +72,11 @@ core.WaitDialog = new Class({
}
},
displayLightbox: function(display) {
$('overlay').style.display = display;
$('lightbox').style.display = display;
if (display != 'none')
this.processInfo();
$('overlay').style.display = display;
$('lightbox').style.display = display;
},
// Display dialog content ...

View File

@ -87,5 +87,6 @@ window.onerror = function(sMsg, sUrl, sLine)
var msg = sMsg + ' (' + sUrl + ', line ' + sLine + ')';
wLogger.fatal(msg);
return true;
$(window).fireEvent("error",null,0);
return false;
};

View File

@ -28,7 +28,6 @@ function afterCoreLoading()
} else
{
$import("../js/mindplot.svg.js");
}
// if (core.UserAgent.isVMLSupported())