Opened 14 years ago
Closed 14 years ago
#14637 closed defect (bug) (fixed)
edit-comments.php problems
Reported by: | scribu | Owned by: | scribu |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
On wp-admin/edit-comments.php: clicking on Spam or Trash for a comment removes all other comments on the page.
Change History (11)
#3
@
14 years ago
The Trash quick link works now, except for when there are no more extra comments to fetch.
#6
@
14 years ago
The remaining issue is that after you click an ajaxified control the Trash & Spam buttons refresh the whole page.
#8
@
14 years ago
Other problems reported by Viper007Bond:
- The gravatars dissapear after clicking on an ajaxified control
- the comment type filters no longer work (the all/comment/pings dropdown)
Note: See
TracTickets for help on using
tickets.
I tracked it down to this line:
http://core.trac.wordpress.org/browser/trunk/wp-admin/js/edit-comments.dev.js#L212
The best way to go would be to get rid of the-extra-comment-list altogether and make use of the new ajax loading capabilities.