Javascript Error in IE6

Schoonzie - February 1, 2007 - 00:03
Project:Asynchronous Loading API
Version:4.7.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

I'm using AsyncAPI in a view and it works fine in FireFox and IE 7, but I am receiving a Javascript error in IE6. NOTE: I themed the view to include the AsyncAPI code instead of using the available fields that AsyncAPI provides for views, but have tried using the provided fields, and I receive exactly the same error.

I don't receive the error on the Demo site (http://sandbox.jodhpuriguy.com/drupal), but I have the latest version of AsyncAPI and have not modified the code at all.

The page in question is http://drupal47.waiterworks.com/menu

The error is:
"
Line: 120
Char: 9
Error: Syntax Error
Code: 0
"

I will keep debugging myself, but if anyone has come across this before, please let me know.

Thanks!

#1

Schoonzie - February 1, 2007 - 07:39
Status:active» closed

I finally figured out that it was a permission problem! I was not logged in when in IE, which was returning a 403 error (the HTML of the 403 page), rather than the proper syntax.

I'm not sure why users should need extra permission to use AsyncAPI, it makes more sense to have the access based on whether the user is allowed to access that particular content. Also, if a 403 error is returned, it should be an a format that can display something nicely in the area where the content was meant to be loaded.

 
 

Drupal is a registered trademark of Dries Buytaert.