Trying to launch the explorer in IE7 using the jQuery UI Dialog, there is an error about a non existing string or identifier.
Debugging the error in IE7 shown that error was when loading nodereference_explorer.dialog.js in explorer.js line 102.
The bug seems to be a "know error with IE7" (Well!, at least since now for me!) that doesn't like definitions lists with last one
finished with a , .
That works in any browser but IE7, $%&!@$! ( omitted comment about IE ! )
| Comment | File | Size | Author |
|---|---|---|---|
| explorer.dialog.js_IE7.patch | 773 bytes | jcmarco |
Comments
Comment #1
mfer commentedThis also fails in IE6 and the solution here works for it.
It's really a js coding thing. In lists, arrays, etc ie doesn't like a comma after the last item.
Comment #2
gnindl commentedPatch committed to repository and included in version 1.1-beta5.