Opened 20 years ago
Closed 19 years ago
#3046 closed defect (bug) (worksforme)
"Manage" tab: Ajax delete not working in Firefox
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.0.4 |
| Component: | Administration | Keywords: | ajax, firefox, delete |
| Focuses: | Cc: |
Description
After I upgraded from WP2.0 to 2.0.4 last night, I'm no longer able to delete comments, posts or categories using the Ajax interface on the "Manage" tab when using Firefox (1.5.0.6, both WinXP and Linux (FC5)). Clicking "Delete" does bring up the confirmation dialog, but after clicking "OK" nothing happens. IE7 (bèta 3, WinXP) and Opera (9.01, WinXP) work fine.
In Firefox, comments can still be deleted in "mass edit mode", posts can be deleted by clicking "edit post" and deleting them from there, but categories can now only be deleted from the database directly. I'm assuming this problem also occurs when deleting pages, but I haven't tried.
Firebug - a Firefox extension for debugging DOM and javascript - comes up with the following:
ajaxDel.myResponseElement has no properties http://(myblogurl)/wp-admin/list-manipulation.js (line 33) removeThisItem http://(myblogurl)/wp-admin/list-manipulation.js (line 44) anonymous http://(myblogurl)/wp-admin/list-manipulation.js (line 35) anonymous http://(myblogurl)/wp-includes/js/tw-sack.js (line 114) ajaxDel.myResponseElement has no properties http://(myblogurl)/wp-admin/list-manipulation.js (line 34) ajaxDel.myResponseElement has no properties http://(myblogurl)/wp-admin/list-manipulation.js (line 44)
Works just fine here in FF2.0b1. I just deleted a post without a problem.