The jQuery for the slide effect seems to be missing from version 7.x.

I've searched through the files and found no reference to it.

CommentFileSizeAuthor
#2 2630142-2.patch856 bytesJmdrawneek@googlemail.com
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jmdrawneek@googlemail.com’s picture

Status: Active » Needs review
FileSize
856 bytes

Here's a patch addressing the issue.

I've added a behaviour to hide the form, and then use Jquery slideDown. To slide back up, I've added a function to drupal ajax before send.

Jmdrawneek@googlemail.com’s picture

Status: Needs review » Needs work
formatC'vt’s picture

Thank you, but this is should be implemented with ajax_command_invoke('.ajax-comments-form-reply','slideUp') i think
Example: https://api.drupal.org/api/drupal/includes!ajax.inc/function/ajax_comman...