Steps to reproduce:

1. In Drupal 6.4, enable Comment core module
2. Enable Attachments module and its dependencies
3. On a published node, enter a comment and request a preview
4. Attempt to save the comment

Erroneous behaviour: Despite of being enabled (in HTML sense) and pressable, the "Save" button seems to have no effect. Pressing it doesn't submit the comment form.

The notification message "ATTENTION: your comment is NOT YET posted - please click the post button to confirm your post" isn't displayed, and occasionally, the preview page won't complete downloading/rendering unless the form is resubmitted!

Attempting to save a comment without previewing it completes successfully with no problem.

Unloading Attachments module and reloading the commenting form's page clears the problem.

Hint: The problem seems to manifest firstly in the comment authoring page, since enabling or disabling Attachments module then returning to the commenting page from the browser's cache doesn't change the result of submitting a comment as described above. In order to see the effect of enabling/disabling the module the page containing the comment authoring form must be reloaded.

Comments

miglius’s picture

This is most probably because of the comment form caching. Please download and test development version of the fileframework to see if the issue is still there. Dev version is in much better shape than the alpha2.

miglius’s picture

Status: Active » Postponed (maintainer needs more info)

Do you still have issues with the latest release?

agharbeia’s picture

yes, in Attachment 6.x-1.0-alpha5 on Drupal 6.13

miglius’s picture

Issue tags: +file_attach

I have noticed that when a comment preview is set to optional (save button is visible on the new comment form) and the file is attached without the hitting preview (by clicking on save button), the comment is saved without the file being attached.

I have committed a patch to the dev version which fixes it. Please try it out and verify if it solved your issue.

johanneshahn’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

No activity
Feel free to reopen it