Ticket #2249 (closed defect (bug): fixed)

Opened 6 years ago

Last modified 5 years ago

clicking "no" on "confirmdelete" does nothing

Reported by: markjaquith Owned by: markjaquith
Priority: normal Milestone:
Component: Administration Version: 2.0
Severity: normal Keywords: bg|has-patch bg|commit
Cc:

Description

the "confirmdelete" action of post.php (from the link in the comment notification e-mail) has a "yes" and a "no" button. In 1.5.2, the "no" button was functional, but it has been rendered useless in WordPress 2.0

Attachments

delete_comment_no_button.diff Download (664 bytes) - added by markjaquith 6 years ago.
Tested patch for Trunk

Change History

Tested patch for Trunk

  • Keywords bg|has-patch bg|commit added; bg|needs-patch removed
  • Owner changed from anonymous to markjaquith
  • Status changed from new to assigned

It was just a JavaScript parse error.

e.g.

onclick='self.location='http://whatever/''

Patch moves the outer layer to slashed doublequotes. Tested. Works.

comment:2   ryan6 years ago

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

(In [3416]) Confirm-delete dialog fix from Mark Jaquith. fixes #2249

  • Milestone 2.0.1 deleted

Milestone 2.0.1 deleted

Note: See TracTickets for help on using tickets.