I am getting Javascript errors reported under IE7 when (and only when) nodequeue is enabled. The error reported is 'line 121, char 5, unexpected identifier or string', though I know the location hints aren't generally every helpful. I don't get a similar error under Firefox, so it may be a browser-specific thing. I'm not technically literate on javascript, and was wondering if you've had other reports of similar problems.

CommentFileSizeAuthor
#3 patch.txt233 bytesadrianr

Comments

drupalegg’s picture

I am getting the exact same error as well.
If there is any fix to this, I would appreciate it!

dww’s picture

Status: Active » Needs review

This could very well be caused by the bug I reported at http://drupal.org/node/182715 and the solution might be the patch I have there. Please try http://drupal.org/files/issues/nodequeue_js_header.5x-1.patch.txt against 5.x-1.2 or 5.x-1.x-dev code and see if the JS errors go away.

adrianr’s picture

StatusFileSize
new233 bytes

There appears to be an extra comma on line 116 in nodequeue.js which IE7 is being fussy about. Taking that out stopped the error for me. Patch attached.

bryanpflug’s picture

This indeed does correct the problem for me. Thanks!

merlinofchaos’s picture

Status: Needs review » Closed (won't fix)

The 1.x line of Nodequeue is no longer available.