Hi Koen
> This is still however a minified version suggesting that you are not
> really using a Debug build (versus Release or RelWithDebugInfo build)
> of Wt. In my experience, most JavaScript debuggers fail to deal
> properly with very long compacted lines of JavaScript, they just are
> not reliable enough as I suspect also in this case since nowhere '0'
> is being used.
>
Now I am not quite sure what is the issue as I have compiled the source in 
debug mode and linked with the debug version of the libraries. Also, I have 
amended the debug switch in wt_config.xml, and have added the path where 
wt_config.xml is located as a -c argument at run-time.

The script file has the following header:

/*!
 * jQuery JavaScript Library v1.4b1pre
 * http://jquery.com/
 *
 * Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://docs.jquery.com/License
 *
 * Includes Sizzle.js
 * http://sizzlejs.com/
 * Copyright 2010, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 *
 * Date: Thu Jan 7 14:26:06 2010 -0500
 */
Is this something that was referenced within parts of witty or is referenced 
from the google map object itself?

The error still occurs at the same location when I set it to pause on all 
exceptions in the Chrome browser.

if(document.styleSheets)for(var e=0;e<document.styleSheets.length;e++){var 
k=document.styleSheets[e],i=0,n=false;do{if((n=k.cssRules?k.cssRules[i]:k.rules[i])&&n.selectorText)if(n.selectorText.toLowerCase()==a)if(b=="delete"){k.cssRules?k.deleteRule(i):k.removeRule(i);return
 
true}else return n;++i}while(n)}return 
false};this.removeCssRule=function(a){return 
h.getCssRule(a,"delete")};this.addStyleSheet=function(a,b){if(document.createStyleSheet)setTimeout(function(){document.createStyleSheet(a)},15);

With the other browsers, it now just stalls after hitting the login button 
and the loading... indicator does not disappear...

Thank you for your assistance so far!

Calvin 



------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to