updroid / jquery-jstore

Automatically exported from code.google.com/p/jquery-jstore
1 stars 0 forks source link

Demo page appears to require Firebug Console logging to work in Firebug #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to http://eric.garside.name/demo.html?p=jstore with Firefox 3.0.9 or
3.0.10.  Make sure Firebug console is Off.

What is the expected output? What do you see instead?

Should see local and session engines available.  Flash and gears also, if
installed.  

With the console off, you will see only the Gears that says "Testing...". 
With the console on, all tests complete.  I once saw an uncaught exception
(something like an engine activation failure) as well, although I have not
reproduced that.

What version of the product are you using? On what operating system?

Firefox 3.0.9 on Windows 7 PDC build and 3.0.10 on Windows Server 2003 SP2.
 I believe this is specific to Firefox.

Original issue reported on code.google.com by EmilTLe...@gmail.com on 5 May 2009 at 5:45

GoogleCodeExporter commented 9 years ago
Should have titled as "Demo page appears to require Firebug Console logging to 
work
in Firefox".  Sorry for the confusion.

Original comment by EmilTLe...@gmail.com on 5 May 2009 at 5:47

GoogleCodeExporter commented 9 years ago
This error is found in the firefox error console:

Error: uncaught exception: JSTORE_ENGINE_ACTIVATION_FAILURE

Original comment by curiousdannii on 9 May 2009 at 7:23

GoogleCodeExporter commented 9 years ago
I'm assuming the ENGINE_ACTIVATION_FAILURE exception was caused by the 
console.log()
piece in the demo code, thus preventing the try...catch from working properly. 
I've
removed the console reference (as it was debugging code that shouldn't have 
made it
to production). Thanks for spotting it, let me know if you're able to reproduce 
to
the ENGINE_ACTIVATION_FAILURE with the revamped code.

Original comment by gars...@gmail.com on 12 May 2009 at 6:26

GoogleCodeExporter commented 9 years ago
Looks like it's working to me.  Thanks!

Original comment by EmilTLe...@gmail.com on 13 May 2009 at 12:42