Open GoogleCodeExporter opened 9 years ago
Weird. Why do you think iUI is causing this problem?
Original comment by msgilli...@gmail.com
on 26 Apr 2010 at 6:54
I guess this has nothing to do with iUI. It has to do with the way alert is
being called. In your test case,modify and try this:
<div style="height:100px; width:100px; background-color:red;"
onclick="setTimeout(alertMe(), 5000)">Test</div>
and add a function in javascript that executes alert like :
function alertMe(){
alert('Wait five seconds');
}
and you should notice that it will call function alertMe after 5 seconds. Hope
that should help.
Note: I have not verified it against latest iUI 0.4 Release 2
Original comment by variamay...@gmail.com
on 5 Oct 2010 at 11:52
Original issue reported on code.google.com by
mike%mic...@gtempaccount.com
on 26 Apr 2010 at 2:54