Closed (outdated)
Project:
AJAX Comments
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2011 at 09:12 UTC
Updated:
8 Jun 2020 at 18:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dan.nsk commentedHere is a quick fix
Comment #3
ilyaos-1 commentedMany thanks for this patch! I tried to use it and tried some bugs:
1.@@ -104,7 +108,7 @@
'data' => $comment_form . $output,in different order you can't see the error messages2, If you use preview before post the comment, CAPTCHA don't refresh. So you will see error message even if you type it correctly.
Comment #4
ilyaos-1 commentedSome more details. If you add this line (as mentioned in the patch file) AJAX Comments stop working in IE9 (comments form will be locked).
+ 'data' => $output . $comment_form,Any ideas how to solve this?
Comment #5
qzmenkoIssue is closed because 6.x version is unsupported. Feel free to open new issue for 7.x or 8.x versions of module.