On Thu, Jul 28, 2011 at 10:33, aditya siram <[email protected]> wrote:

> I have grepped the source tree of the framework and the demobrowser
> application for references to the word "console" and found a couple of
> stray "console.log(...)" but nothing too serious. The output is below
> if you're interested.
>

The ones that are not commented out should be.. In particular, if you
happened to have used these classes, you'd have troubles:

./demobrowser/demo/bom/WebStorage.js:29:      console.log("Web Storage");
./demobrowser/demo/bom/Geolocation.js:52:        console.log(positionError);
./demobrowser/demo/bom/Video.js:129:        console.log('ended');

If you don't see these messages when Firebug is enabled, then they're not
like the cause of this problem.

You might try wrapping the entirety of the demobrowser JavaScript file in a
try/catch(e), and in the catch block do an alert(e). What you describe is
most likely to end up being use of an undefined variable someplace.

Derrell
------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to