When editing / deleting a comment from the Drupal content administration pages (admin/content/comment) the ajax comment functionality is confusing and gets in the way. I think for most projects having ajax_comments disabled on these pages is a good choice.

Another bonus to this patch, it paves the way for a graceful fallback when Javascript is disabled. The remaining component of that is to change page links to 'ajax_comments/reply' (etc.) using jQuery.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

James Andres’s picture

See #1667774: JavaScript disabled - problem with threaded comments for the ticket relating to handling the case where JS is disabled.

muschpusch’s picture

Status: Needs review » Needs work

hey! Your patch creates some patch file :) Could you please re-roll without that against current dev?

formatC'vt’s picture

Issue summary: View changes
Status: Needs work » Postponed (maintainer needs more info)

I'm doesn't see a ajax_comments functionality in 'admin/content/comment', only when you click edit comment. But what is confusing here?

qzmenko’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)