I get two edit windows after submitting a comment. I found that in the file discussion.js there is a function resetCommentForm that calls show() on the textarea after submitting a comment and because the page is not reloaded on submit of a comment TinyMCE does not hide it anymore afterwards. Is this possible? Or is there a mechanism that should hide it again?
Comments
It must be conflicting with another plugin like pockets plugin.
I get two edit windows after submitting a comment. I found that in the file discussion.js there is a function resetCommentForm that calls show() on the textarea after submitting a comment and because the page is not reloaded on submit of a comment TinyMCE does not hide it anymore afterwards. Is this possible? Or is there a mechanism that should hide it again?