Closed GoogleCodeExporter closed 9 years ago
Works with firefox as well
Original comment by dag...@gmail.com
on 15 Feb 2012 at 7:28
I noticed a very large delay with IE9 while preparing for version 1.2.2.
Unbearable delays. Probably due to the enhanced security and sandboxing
provided.
Since sample2.html and sample3.html aren't well maintained, can you see if the
original sample.html experiences said behavior? The second two samples use
AJAX which has known cross-browser behavioral issues, and may not be worth
fixing until I can create a unified sample.html that encorporates all features.
Original comment by tres.fin...@gmail.com
on 15 Feb 2012 at 7:54
sample.html and sample2.html work just fine on IE9
Original comment by dag...@gmail.com
on 16 Feb 2012 at 9:21
I just tried sample3.html with Chrome on Linux Mint, and it has some serious
problems when Chrome says "The Java Plugin is out of date".
If you can use the samples provided in sample.html for now, I will try to
provide a better AJAX/jquery sample in the future.
The problem likely in "jzebra.js", in a function called "isActive();" If you
need this feature immediately, contact me through e-mail and we can make an
arrangement.
If you have any suggestions to make it better, let me know and I'll include
them into the next version.
Eko may be able to help with this too.
=================================================================
function isActive() {
if ($d && $j) {
try { return $j.isActive; }
// IE Fix, don't expect it to make sense
catch (err) { return true; }
}
return false;
}
-Tres
Original comment by tres.fin...@gmail.com
on 16 Feb 2012 at 8:39
Thanks for your help.
I found that the jzebra.jar applet (included in 1.2.2) worked properly in IE9.
Thanks!
-Mike
Original comment by huckaby....@gmail.com
on 20 Feb 2012 at 11:46
Thanks for confirmation. Marking as fixed. Please re-open if needed.
Original comment by tres.fin...@gmail.com
on 21 Feb 2012 at 3:40
Original issue reported on code.google.com by
huckaby....@gmail.com
on 11 Feb 2012 at 1:35