Way too deep into js and the guts of web2py for me to make sense of this, 
but IE8 is tripping up in web2py.js, line 43:

      doc.on('click', '.flash', function(e){var t=jQuery(this); 
if(t.css('top')=='0px') t.slideUp('slow'); else t.fadeOut(); 
e.preventDefault();});

And in Chrome I can see an error in the javascript console:

   1. Uncaught TypeError: Object #<Object> has no method 'on' 
web2py.js:43<http://192.168.10.101:8000/sportssquaresonline/static/js/web2py.js>
      1. 
web2py_event_handlersweb2py.js:43<http://192.168.10.101:8000/sportssquaresonline/static/js/web2py.js>
      2. (anonymous 
function)web2py.js:81<http://192.168.10.101:8000/sportssquaresonline/static/js/web2py.js>
      3. 
cjquery.js:4<http://192.168.10.101:8000/sportssquaresonline/static/js/jquery.js>
      4. 
p.fireWithjquery.js:4<http://192.168.10.101:8000/sportssquaresonline/static/js/jquery.js>
      5. 
x.extend.readyjquery.js:4<http://192.168.10.101:8000/sportssquaresonline/static/js/jquery.js>
      6. q
      

Can anyone suggest where I might start looking to fix this?!??? ;(

FWIW- I tested a clean copy of the executable and it is not throwing that 
error but still is also throwing the :
GET http://127.0.0.1:9000/welcome/static/js/jquery-1.10.0.min.map 404 (NOT 
FOUND) 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to