Opened 13 years ago
Closed 13 years ago
#6930 closed defect (invalid)
Internet Explorer bug in dojo.js
Reported by: | guest | Owned by: | anonymous |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Core | Version: | 1.1.1 |
Keywords: | internet explorer, ie | Cc: | |
Blocked By: | Blocking: |
Description
IE7 is throwing an "Expected identifier" error.
The debugger says there is someing wrong with the '}' at char 3757 of line 20 in dojo.xd.js (I'm using the AOL CDN).
The code is try{m11[x]();} which is in the dojo.loaded function.
It looks fine to me, but IE sure doesn't like it!!
Note: See
TracTickets for help on using
tickets.
This error means there was a problem with a function that was passed to dojo.addOnLoad(). You can try doing a try/catch in any function you add to dojo.addOnLoad and log caught exceptions to find the problem.
Hopefully error reporting will be better when ticket #6863 is addressed.