[wp-trac] [WordPress Trac] #6009: edit-comments.php ajax actions
need tweaking
WordPress Trac
wp-trac at lists.automattic.com
Tue Feb 26 22:24:23 GMT 2008
#6009: edit-comments.php ajax actions need tweaking
----------------------------+-----------------------------------------------
Reporter: mdawaffe | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 2.5
Component: Administration | Version: 2.5
Severity: normal | Keywords: js ajax has-patch
----------------------------+-----------------------------------------------
1. Deleting comments looks strange; the JS effect is broken.
2. Approving comments from "All comments" page makes them disappear.
3. Approving comments doesn't update all of the "awaiting moderation"
counts on the page.
Attached:
1. Replaces jquery.color.js with version from trunk:
http://dev.jquery.com/browser/trunk/plugins/color/jquery.color.js. This
improves RGBA support which is necessary for Safari 3. It's still broken
(http://dev.jquery.com/ticket/2281), but at least it doesn't completely
die anymore.
2. Cleans up background-color fades in wp-lists.js.
3. Tidies up wp-lists.js to be more jQuery 1.2 friendly.
4. Clean up wp-list's delete JS. slideUp doesn't work on TRs or other
table elements (a known jQuery bug). Use fadeOut for these elements.
5. Approve comments from "All comments" makes them glow and lose their
"approve" link (rather than glowing and disappearing completely).
6. Updates comment-count markup and JS so that all comment-count
("awaiting moderation") numbers get incremented/decremented correctly.
--
Ticket URL: <http://trac.wordpress.org/ticket/6009>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list