[buddypress-trac] [BuddyPress Trac] #6797: BuddyPress breaks Ajax comments in edit post screen
buddypress-trac
noreply at wordpress.org
Sun Dec 27 17:28:47 UTC 2015
#6797: BuddyPress breaks Ajax comments in edit post screen
--------------------------------------+--------------------------
Reporter: imath | Owner:
Type: defect (bug) | Status: new
Priority: high | Milestone: 2.5
Component: General - Administration | Version:
Severity: blocker | Keywords: dev-feedback
--------------------------------------+--------------------------
Just noticed this, i don't know what changed after the 2.4 branch, but i
have a very weird behavior into the Post and Page edit screen.
Since 2.5.0-alpha, if you go into the edit screen of "hello world" post
and check 'Comments' within the screen options, inside comments meta box:
the comments are never displayed and adding a comment doesn't refresh the
list and leave the comment form as is.
This is pretty annoying, and i think we need to find what's responsible
for this. I have the ajax response but it's never added to the dom :
{{{
<?xml version='1.0' encoding='UTF-8' standalone='yes'?><wp_ajax><response
action='get-comments_0'><comments id='0'
position='1'><response_data><![CDATA[<tr id='comment-1' class='comment
even thread-even depth-1 approved'><td class='author column-author' data-
colname="Author"><strong><img alt=''
src='http://0.gravatar.com/avatar/?s=32&d=mm&r=g'
srcset='http://2.gravatar.com/avatar/?s=64&d=mm&r=g 2x'
class='avatar avatar-32 photo avatar-default' height='32' width='32' /> Mr
WordPress</strong><br /><a
href="https://wordpress.org/">wordpress.org</a><br /></td><td
class='comment column-comment has-row-actions column-primary' data-
colname="Comment"><div class="comment-author"><strong><img alt=''
src='http://1.gravatar.com/avatar/?s=32&d=mm&r=g'
srcset='http://1.gravatar.com/avatar/?s=64&d=mm&r=g 2x'
class='avatar avatar-32 photo avatar-default' height='32' width='32' /> Mr
WordPress</strong><br /><a
href="https://wordpress.org/">wordpress.org</a><br /></div><p>Hi, this is
a comment.<br />
To delete a comment, just log in and view the post's comments. There
you will have the option to edit or delete them.</p>
<div id="inline-1" class="hidden">
<textarea class="comment" rows="1" cols="1">Hi, this is a
comment.
To delete a comment, just log in and view the post's comments.
There you will have the option to edit or delete them.</textarea>
<div class="author-email"></div>
<div class="author">Mr WordPress</div>
<div class="author-url">https://wordpress.org/</div>
<div class="comment_status">1</div>
</div>
<div class="row-actions"><span class='approve'><a
href='comment.php?c=1&action=approvecomment&_wpnonce=a29e8c6534'
data-wp-lists='dim:the-comment-
list:comment-1:unapproved:e7e7d3:e7e7d3:new=approved' class='vim-a'
title='Approve this comment'>Approve</a></span><span class='unapprove'><a
href='comment.php?c=1&action=unapprovecomment&_wpnonce=a29e8c6534'
data-wp-lists='dim:the-comment-
list:comment-1:unapproved:e7e7d3:e7e7d3:new=unapproved' class='vim-u'
title='Unapprove this comment'>Unapprove</a></span><span class='reply'> |
<a data-comment-id="1" data-post-id="1" data-action="replyto" class="vim-r
comment-inline" title="Reply to this comment"
href="#">Reply</a></span><span class='quickedit'> | <a data-comment-id="1"
data-post-id="1" data-action="edit" class="vim-q comment-inline"
title="Edit this item inline" href="#">Quick Edit</a></span><span
class='edit'> | <a href='comment.php?action=editcomment&c=1'
title='Edit comment'>Edit</a></span><span class='spam'> | <a
href='comment.php?c=1&action=spamcomment&_wpnonce=63693e9eb7'
data-wp-lists='delete:the-comment-list:comment-1::spam=1' class='vim-s
vim-destructive' title='Mark this comment as spam'>Spam</a></span><span
class='trash'> | <a
href='comment.php?c=1&action=trashcomment&_wpnonce=63693e9eb7'
data-wp-lists='delete:the-comment-list:comment-1::trash=1' class='delete
vim-d vim-destructive' title='Move this comment to the
trash'>Trash</a></span></div><button type="button" class="toggle-
row"><span class="screen-reader-text">Show more
details</span></button></td></tr>
]]></response_data><supplemental></supplemental></comments></response></wp_ajax>
}}}
Am i the only one to get this weird behavior ?
Anyone has an idea what commit broke this ?
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6797>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list