Coder Social home page Coder Social logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
Works with firefox as well

Original comment by [email protected] on 15 Feb 2012 at 7:28

from jzebra.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
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 [email protected] on 15 Feb 2012 at 7:54

from jzebra.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
sample.html and sample2.html work just fine on IE9

Original comment by [email protected] on 16 Feb 2012 at 9:21

from jzebra.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
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 [email protected] on 16 Feb 2012 at 8:39

  • Changed state: Accepted

from jzebra.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
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 [email protected] on 20 Feb 2012 at 11:46

from jzebra.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
Thanks for confirmation.  Marking as fixed.  Please re-open if needed.

Original comment by [email protected] on 21 Feb 2012 at 3:40

  • Changed state: Fixed

from jzebra.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.