I have a drupal installation. It is working fine except for one small problem. On the node add form, I face a javascript error in IE. It works fine on the firefox web browser. In Internet Explorer, the node add page works the first time, but if you click on preview before you submit, it loads the preview but after that the buttons "submit" & "preview" stop working. Also - the autocomplete of taxonomy stops working.
There is a "error on page" in the status bar which has the following:

Line: 195
Char: 3
Error: Object required
Code:0
URL: http://xyz.com/node/add/story_submissions

However, I tried submitting directly without preview and it works.
Some more info:
Browser: IE, works fine in Firefox
User: Has permissions to create and edit own events.
Error: click preview, the post shows the preview but now the submit and preview buttons stop working.
More info: The node has been made using CCK, and uses tinymce.

Comments

mandrew182’s picture

I also have this problem.
It happens because there are enclosure forms.

- there is POST COMMENT or something else in preview.

Have you any ideas?