Problem with window load event with ie

7 views
Skip to first unread message

Jim Longson

unread,
Jan 19, 2012, 9:44:11 PM1/19/12
to ui...@googlegroups.com
The following works fine with Chrome and Firefox:

Uize.module ({
required:[
'Uize.Node.Event'
],
builder:function () {
Uize.Node.wire (window,'load',function () {alert ('Loaded!')});
}
});

IE7 and IE8 delay 15+ seconds before firing the event


Any suggestions?
Reply all
Reply to author
Forward
0 new messages