Closed (duplicate)
Project:
AJAX Comments
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2012 at 22:15 UTC
Updated:
18 Oct 2014 at 12:25 UTC
Jump to comment: Most recent
Comments
Comment #1
walker2238 commentedYeah that's the case with all pages that ajax comments uses. I'm not too sure but I think it might have to do with improper use of arguments... I remember I had the same results when making a module with Ctools and that was the cause.
Comment #2
James Andres commentedFWIW, the root of the problem is that Ajax Comments forcibly changes the URLs for all comment links (ie: Edit, Reply, Delete). The URLs should be pointing to pages like
/comment/123/editand not/ajax_comments/edit/123.This patch is a move in that direction #1924816: Ajax comments should be disabled on all comment pages, comment/%comment (patch). Needs more work to have full support for disabled JS.
Comment #3
walker2238 commentedComment #4
formatC'vt commentedWe need a no-javascript fallback.
#2108557: Support for no-javascript fallback