Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#14637 closed defect (bug) (fixed)

edit-comments.php problems

Reported by: scribu's profile scribu Owned by: scribu's profile scribu
Milestone: 3.1 Priority: normal
Severity: normal Version:
Component: Administration Keywords:
Focuses: Cc:

Description (last modified by scribu)

On wp-admin/edit-comments.php: clicking on Spam or Trash for a comment removes all other comments on the page.

Change History (11)

#1 @scribu
14 years ago

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.

#2 @scribu
14 years ago

(In [15508]) Fix the Trash quickling in edit-comments.php. See #14637

#3 @scribu
14 years ago

The Trash quick link works now, except for when there are no more extra comments to fetch.

#4 @scribu
14 years ago

(In [15509]) Use adminTable to refill #the-extra-comment-list. See #14637

#5 @scribu
14 years ago

  • Description modified (diff)

#6 @scribu
14 years ago

The remaining issue is that after you click an ajaxified control the Trash & Spam buttons refresh the whole page.

#7 @voyagerfan5761
14 years ago

  • Cc WordPress@… added

#8 @scribu
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)

#9 @scribu
14 years ago

(In [15512]) Add the floated_admin_avatar filter from WP_Comments_Table. See #14637

#11 @scribu
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Don't know why it wasn't closed automatically.

Note: See TracTickets for help on using tickets.