Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#15504 closed defect (bug) (fixed)

Delete Permanently not working in Comments admin UI

Reported by: hew's profile hew Owned by:
Milestone: 3.1 Priority: normal
Severity: normal Version: 3.1
Component: Comments Keywords: has-patch needs-testing
Focuses: Cc:

Description

Spam and/or trash a comment. Hover over and try to "Delete Permanently". Nothing happens.

Attachments (1)

15504.tentative.diff (460 bytes) - added by duck_ 13 years ago.

Download all attachments as: .zip

Change History (9)

#1 @mrmist
13 years ago

Confirmed broken in trunk (using IE8)

#2 @hew
13 years ago

Thanks mrmist. I tested Safari/FF before submission and just now tested Chrome; it looks to be fully cross browser.

#3 @lloydbudd
13 years ago

  • Component changed from General to Comments
  • Milestone changed from Awaiting Review to 3.1

#4 @duck_
13 years ago

  • Keywords has-patch needs-testing added

Line 463 of edit-comments.js seems to be blocking the processing. Added in [10522] for deletion warnings, but looks like it was never removed when trashing was introduced.

Not too familiar with the code so tentative patch attached.

#5 @scribu
13 years ago

I'm not sure, as that line was there in WP 3.0, yet the link was working.

#6 @scribu
13 years ago

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

(In [16516]) Use event delegation in edit-comments.js. Fixes #15504

#7 @scribu
13 years ago

(In [16517]) re-minify edit-comments.js. See #15504

#8 @scribu
13 years ago

Just like with #15488, all events need to be delegated.

Note: See TracTickets for help on using tickets.