#10239 closed defect (bug) (fixed)
Cannot cancel upon Tag/Category delete confirmation
Reported by: | yoshi | Owned by: | azaozz |
---|---|---|---|
Milestone: | 2.9 | Priority: | low |
Severity: | minor | Version: | 2.8 |
Component: | JavaScript | Keywords: | |
Focuses: | Cc: |
Description
At wp-admin/edit-tags.php, there are some situations where confirmation for tag deletion doesn't work as expected.
- After Quick edit and update a tag, clicking on Delete action immidiately deletes the tag without confirmation.
- Add a new tag and click on Delete under the newly created tag, confirmation dialog will popup but pressing cancel won't stop the process.
Also the same for the category editing.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
This patch should fix it for the Tags screens but needs some testing. It uses some of the new methods in jQuery 1.3 and doesn't need wp-lists and the jQuery forms plugin.
If all is working well will add it on the categories and link categories screens too.