Hi,
Just though i check if this is a known item to avoid. I had been working on a requested building block. Javascript files included via JSFile. Works fine in Chrome & Firefox. In IE 8, problems occurred, javascript not working - traced to a file. Errors were "expected ';' ".
Same javascript tested fine in tomcat, standalone - without any tag libraries. So I reverted to earlier version and slowly merge changes from the recent.
Found that presence of //@ - (e.g. //@param xxxxx - blah blah <description for parameter> ) was the cause. Removed it and the error no longer appeared in IE.
Does anyone know if //@ is a reserved word in the tag lib / prototype javascript framework?
Other Things Note:
Thank you.
Regards,
Lum
I have seen some abnormality on IE, but not on Chrome and Firefox, where page layout is a bit messed up and course TOC javascript stopped working. I did not go to far into diagnosing the issue, but adding the HTML 4 doctype solved this issue I had. Don't know if it is going to help you or not but worth a try.