Opened 14 years ago
Closed 13 years ago
#15897 closed enhancement (wontfix)
Comment replies on Pending view of edit-comments.php
Reported by: | jane | Owned by: | garyc40 |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | Comments | Keywords: | has-patch needs-testing 3.2-early |
Focuses: | Cc: |
Description
To reproduce: Go to the Pending view of the comments screen at /edit-comments.php?comment_status=moderated and make a comment reply. The reply is auto-approved, but remains shown on the Pending screen below the original comment. The post count # in parenthesis above does not change. Approve the original comment and it disappears from the screen, the comment count # in parenthesis above updates to reflect the action, but the approved reply is still showing on the Pending screen (though not included in the comment count).
It's a twitchy little interaction: on one hand, having the comment reply disappear on submit would be disorienting, but at the same time, having approved comments appear on the Pending screen is disorienting. When the comment is approved, both comment and reply should disappear together.
However, this will happen automatically if we change the interaction model (proposed in separate ticket) so that submitting a reply also approves the original comment.
Attachments (3)
Change History (7)
#3
@
14 years ago
- Keywords has-patch needs-testing 3.2-early added
The patch for this ticket is based on the patch I submitted at #15898, because obviously this ticket depends on #15898.
It's only a rough patch, but the behavior you wanted is there:
- Reply to an unapproved comment in Pending view makes both the comment and reply disappear.
- There's a small notice when they disappear (just like the Undo box when you trash a comment) to hopefully make things less confusing for the user (see screenshot, you might want to modify the wording).
Related to #15898 (Change comment Reply to Reply and Approve if comment in moderation)