Title: [Plugin: Editable Comments] Problems with plugin and javascript
Last modified: August 19, 2016

---

# [Plugin: Editable Comments] Problems with plugin and javascript

 *  [danielesavi](https://wordpress.org/support/users/danielesavi/)
 * (@danielesavi)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-editable-comments-problems-with-plugin-and-javascript/)
 * Hi, I’ve just installed your very interesting plugin for a website I’m setting
   up. The problem: if I use the cool javascript interface, the progress bar hangs
   and the windows never disappears. If I manually close the window, and reload 
   the page, the comment IS actually modified, so the plugin works, but it’s quite
   impossible to explain to normal user 😛
 * Instead, if I use the not-javascript interface, it works normally except for 
   the “cancel” button which is not working.
 * Can you please help me? I’d really need a plugin like yours for my site 🙂
 * Thanks,
 * Daniele
 * [http://wordpress.org/extend/plugins/editable-comments/](http://wordpress.org/extend/plugins/editable-comments/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [ljmac](https://wordpress.org/support/users/ljmac/)
 * (@ljmac)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-editable-comments-problems-with-plugin-and-javascript/#post-1396136)
 * Yeah, I’m having similar problems: the JavaScript works okay for me, except that
   it doesn’t update the comment after I close it! So I’m using the non-JavaScript
   window (which doesn’t have this problem), but the cancel button doesn’t work 
   for me either!
 * I would also like the ability to exclude admins, as we already have all the back
   end editing stuff anyway, and it’s more secure (my admin area is password protected).
 * Overall though, I much prefer this plug-in to the Ajax Edit Comments bloatware
   we had to use in the past, especially now that it’s gone commercial.
 *  [eek](https://wordpress.org/support/users/eek/)
 * (@eek)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-editable-comments-problems-with-plugin-and-javascript/#post-1396185)
 * I had the same problems 🙂 But you can quickly fix it by going at the plugin 
   folder, open editable-form.php and change the line
    `<form action="<?php echo
   get_permalink().'#comment-'.$editable_comment->comment_ID; ?>" method="post" 
   id="dialog_commentform" onsubmit="return dialog_validate()">`
 * to
 * `<form action="<?php echo get_permalink().'#comment-'.$editable_comment->comment_ID;?
   >" method="post" id="dialog_commentform" onsubmit="dialog_validate()">`
 * That is simply remove the “return” in from of dialog_validate() on the onsubmit
   🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Editable Comments] Problems with plugin and javascript’ is closed
to new replies.

 * 2 replies
 * 3 participants
 * Last reply from: [eek](https://wordpress.org/support/users/eek/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-editable-comments-problems-with-plugin-and-javascript/#post-1396185)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
