WordPress.org

Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#2249 closed defect (bug) (fixed)

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 (1)

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

Download all attachments as: .zip

Change History (4)

markjaquith7 years ago

Tested patch for Trunk

comment:1 markjaquith7 years ago

  • 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 ryan7 years ago

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

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

comment:3 anonymous7 years ago

  • Milestone 2.0.1 deleted

Milestone 2.0.1 deleted

Note: See TracTickets for help on using tickets.