Hi,

in page and story I can add content using htmlarea without a problem but when I want to edit the content I get an error in line 634:
textarea.style.display = "none";
The error is:
Error, style is null or not an object.
This also happens with the cvs release of htmlarea.
Any ideas as to what might be wrong?
This btw is not an issue when I edit products in the ecommerce module using htmlarea.

Patrick

Comments

pkessen’s picture

btw. when I continiue after the error the textarea is a regulair textarea showing htmlcode, it's not a htmlarea field.

gordon’s picture

Assigned: Unassigned » gordon

Can you please save a copy of the html source when you get this error, and upload it here. you can wipe out the <base> tag and other reference to you wed site you want.

gordon’s picture

fixed in cvs

Anonymous’s picture