Couldn't find an open issue for this. All sem-related ones were using a view, where as this is just on a normal node.
I'm having an issue where when I attempt to submit a top leveled comment (not a reply), it won't appear within the comment feed. It does an AJAX refresh, but does not pull in the new comment until I refresh the browser. Replies operate as expected, with the AJAX refresh pulling in the new content. I've tried both the current version and the nightly build with the same problem appearing.

Comments

lwwalker’s picture

Issue summary: View changes
formatC'vt’s picture

Status: Active » Postponed (maintainer needs more info)

sounds like a theme level issue, do you have a public site on Internet with this bug or sceenshot?

lwwalker’s picture

Unfortunately, I cannot link this project publically. I took a few screen shots demonstrating what is occurring at the following imgur link http://imgur.com/a/9n5q5 . Is there anything else I can provide that would help debug this issue?

formatC'vt’s picture

try with bartik theme. is it works fine?

formatC'vt’s picture

bredlen’s picture

I have the same problem, but only within Panels - without Panels it works as expected, but within panels it does not, including the fix here (https://www.drupal.org/node/2459837#comment-9783899).

lwwalker’s picture

The code snippet didn't seem to change anything. Reverting back to Bartik works. Following the OP on that link you sent me formatC'vt, it seems that adding in the class of ajax-comment-wrapper to comment-wrapper.tpl.php allows it to print into that spot. I can't figure out where exactly to place it within comment-wrapper.tpl.php to make it print properly within #comment-list, that seems to be the only spot it won't print too. Thanks for all your help.