ramonlopes / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

Internet Explorer 9 Not Properly Loading #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load sample3.html page in IE9
2.
3.

What is the expected output? What do you see instead?
Page displays: jZebra loading, please wait...
If prompted, you may need to click "Allow Blocked Content" or "Always Run On 
This Site".  I expect to see that jZebra loaded.

What version of the product are you using? On what operating system?
Same results with 1.2.0. and 1.2.1.

Please provide any additional information below.
Works with IE8 and chrome.

Original issue reported on code.google.com by huckaby....@gmail.com on 11 Feb 2012 at 1:35

GoogleCodeExporter commented 8 years ago
Works with firefox as well

Original comment by dag...@gmail.com on 15 Feb 2012 at 7:28

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
sample.html and sample2.html work just fine on IE9

Original comment by dag...@gmail.com on 16 Feb 2012 at 9:21

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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