|
You are not logged in. AnnouncementForums are now closed as we moved them to google groups.
You can use the following Google Groups to discuss about DebugBar and IETester products:
#1 2010-09-30 05:48:59
Fails to display a site with excanvas workaround usedHere's my code, which works perfectly well on vanilla IE, but fails on IETester: Code: Init : function() {
$(document).ready(function() {
with (Loader) {
if (typeof(G_vmlCanvasManager) != 'undefined') setTimeout(Make, 500);
else Make();
}
});
}(),It's a fragment of Loader class, which uses canvas element for ajax loading animation. Offline |