Closed (fixed)
Project:
Taxonomy dhtml
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2006 at 14:14 UTC
Updated:
18 Feb 2007 at 20:04 UTC
IE 7 javascript errors on the page that display the categories
IE says line 177
If a choose to open the debugger I get the error here:
/**
* Adds a function to the window onload event
*/
function addLoadEvent(func) {
var oldOnload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func; //HERE IS WHERE IT SAYS THE PROBLEM IS
}
else {
window.onload = function() {
oldOnload();
func();
}
}
}
Looks like other have reported errors with IE long time ago...
Comments
Comment #1
meba commentedThis will be fixed in 5.x version of this module.