Hi, I don't know if this is my own fault or not, but in IE7 I get a javascript error on Line 1 char 1 Object expected. The functions are not executed (but the initial output is ok).
In FF everything works fine.
Thanks for such a lovely module!
Hi, I don't know if this is my own fault or not, but in IE7 I get a javascript error on Line 1 char 1 Object expected. The functions are not executed (but the initial output is ok).
In FF everything works fine.
Thanks for such a lovely module!
Comments
Comment #1
lance.gliser commentedThere are more errors than the original post listed.
Here's another:
Looking into it now.
[Edit] After debugging, it seems this error is irrelevant.
Comment #2
lance.gliser commentedIt appears IE is breaking when trying function filterNodes()
Please note that IE does not support ending the last line of a JSON object with a comma. While it's still not working, removing the last comma removed one error.
Comment #3
lance.gliser commentedIn function updateTable() on line 73:
Adding the 'var' declaration to this line solves the second issue.
After fixing the two problems above, my copy works in IE7.
And thank you, Joe. This module is a wonderful solution to access problems I've fought with.
Comment #4
lance.gliser commentedComment #5
arithmetric commentedHi Lance,
Thanks for your work on this issue. I applied your fixes, did some testing, found and fixed a few more issues -- but now the Content Administration page works for me with IE 7.
I guess compatibility with the Microsoft browser warrants a new beta release! Let me know if you notice any problems with the beta 2 release.
Thanks,
Joe