In a template we had left out the comment box but in a node we forgot to turn of the inclusion of the comments box. This resulted in an error at line 246 of fckeditor.utils.js where the script didn't check whether a textarea was found or not before starting to do stuff with it.

I'm attaching a patch which fixes this - although I haven't looked through the code in general so the patch might not contain the optimal code to fix the problem at large - but it fixed my issue.

Comments

wwalc’s picture

Status: Needs review » Needs work

It seems that you've attached an empty file by mistake.

voxpelli’s picture

StatusFileSize
new826 bytes

Well - here's a second try then - odd that it wasn't uploaded the first time.

wwalc’s picture

Status: Needs work » Patch (to be ported)

Looks good for 6.x-1.x. It seems that there is a different problem in 6.x-2.x in the described situation.

wwalc’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

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