Just upgraded to Confluence 5.0.2 and now I am not able to edit a comment. There is no problem posting or deleting a comment.
When attempting to edit a comment, the editor comes up but you are not able to click in the body to start typing. You can hit any button on the editor toolbar, but no matter what you do no content is added.
I have checked permissions, tried different themes, and both IE and FF.
Benu Gupta said:
I was able the resolve the edit comment issue in Confluence 5.1.5 by removing the javascript code from Custom HTML under Administration -> LOOK AND FEEL. Not sure if its the same issue for you as well.
That was the answer - I found custom code in there, deleted it and editing comments works.
Thanks!
Hi Evan,
First and foremost, please ensure that all of your third party plugins are compatible with your current Confluence 5.0.2. Incompatible third party plugins could lead to many weird issues. Secondly please try to clear plugin cache and see how it goes.
Hope it helps.
Cheers,
Septa Cahyadiputra
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I cleared the plugin cache and still no luck. Let me go through all my plugins tomorrow and make sure they are all compatible. There may have been some unknown ones. If so I'll disable them one by one and see if one of them is the culprit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I checked and the plugins "should" be compatible. I also took out some custom HTML to show the newest comments on top:
<script> AJS.toInit(function(){ $comments = AJS.$('#page-comments'); $comments.children().each(function(i,li){$comments.prepend(li)}) });</script>
However I am still having no luck.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In order to further investigate this issue, I highly recommend you to create a support ticket on our support channel so we could review your logs privately. It would be hard for us to further investigate this issue if the following causes has been excluded without reviewing your logs:
If you don't mind to attach your atlassian-confluence.log which is located in <CONF_HOME_Dir>/logs/ into this public channel, we can review it from here. If you don't want it to be available in public site pelase proceed to create a support ticket.
We would be more than happy to assist you trough it.
Cheers,
Septa Cahyadiputra
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just wanted to let everyone know that I also tried turning of safe mode and testing. I had the same result. I do have a ticket on this issue as well now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try turning off the Atlassian Quick Edit plugin and see if you can edit comments after that.
Are there any javascript errors in your browser when you click in the editor?
If you right click the unclickable body and inspect element, how much does the HTML look like this?
<iframe id="wysiwygTextarea_ifr" src='javascript:""' frameborder="0" allowtransparency="true" title="{#aria.rich_text_area}" tabindex="100" style="width: 100%; height: 150px; display: block;"> <html style="overflow-y: hidden;"> <head xmlns="http://www.w3.org/1999/xhtml"><base href="http://localhost:62014"><meta http-equiv="X-UA-Compatible" content="IE=7"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> … lots of links and styles … </head> <body id="tinymce" class="mceContentBody aui-theme-default wiki-content editor-comment" onload="window.parent.tinyMCE.get('wysiwygTextarea').onLoad.dispatch();" contenteditable="true" dir="ltr" style="overflow-y: hidden;"><p><br></p></body></html></iframe>
You mentioned IE and FF have you tried in chrome?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Internet explorer:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same problem, Confluence 5.5.
When I right click on the unclickable body and do inspect element, it appears significantly different to yours. I have the wysiwygTextArea iframe, but the contents do not look similar:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
... this is Chrome 35.0.1916.114 m on Windows 7
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was able the resolve the edit comment issue in Confluence 5.1.5 by removing the javascript code from Custom HTML under Administration -> LOOK AND FEEL. Not sure if its the same issue for you as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am using Confluence 5.1.2.
I noticed that only Admins can edit comments. Are users able to edit comments if they have 'add/remove' rights in a Space?
I would like to assign specific users the ability to do this. Does anyone know if this is possible?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In order to edit comments you need to have Administer permission at the Space level. Anybody can edit their own comments.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is not a permissions issue: Confluence is displaying the edit comment dialog, it just doesn't work (the dialog)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am experiencing a similar issue with Confluence 5.1.5. Is there a resolution yet or a workaround?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
FYI, I put Confluence in safe mode and got the same result. So it is not a third party plugin causing the issue.
Here is my ticket number if anyone else has this issue and wants to track:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.