Closed (fixed)
Project:
Nodereference Explorer
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Jul 2009 at 12:48 UTC
Updated:
1 Sep 2009 at 08:00 UTC
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.