This is a very uncommon issue, but if you hacked drupal to include a newer version of jQuery (as I did for public facing pages), then you need to patch the javascript code to replace .attr() with .prop(). See this stackoverflow issue.

It only happens if you have jquery 1.6 or higher.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ttkaminski’s picture

Here's a patch that's easier to apply.

tntclaus’s picture

Status: Active » Reviewed & tested by the community

patch from comment #1 works for me (jquery 1.7)

muschpusch’s picture

Status: Reviewed & tested by the community » Needs work

this breaks ajax_comments when using default jquery shipped by drupal

Exploratus’s picture

Works for me with 1.7

aromka’s picture

Works for me with 1.8 as well

muschpusch’s picture

Dudes! It may even work with jquery 2.0 but it needs to work with the default version drupal ships with too!

stopshinal’s picture

Using jQuery 1.7 I get this AJAX dialogue error when I hit 'reply' on a comment thread.

An AJAX HTTP error occurred.
HTTP Result Code: 404
Debugging information follows.
Path: /ajax_comments/reply/2305/4
StatusText: Not Found
ResponseText:
Page not found | Chicken.io
@import url("http://chicken.dev/modules/system/system.base.css?mvamz6");

kmonty’s picture

Yeah, it seems the dev branch of this module is broken.

kmonty’s picture

formatC'vt’s picture

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

try latest dev version, please

kmonty’s picture

Category: Task » Bug report
Status: Postponed (maintainer needs more info) » Fixed

Verified this issue was resolved with the previous release.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.