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 ! )

CommentFileSizeAuthor
explorer.dialog.js_IE7.patch773 bytesjcmarco
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mfer’s picture

Status: Needs review » Reviewed & tested by the community

This 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.

gnindl’s picture

Assigned: Unassigned » gnindl
Status: Reviewed & tested by the community » Fixed

Patch committed to repository and included in version 1.1-beta5.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.