Opened 12 years ago
Closed 12 years ago
#21852 closed defect (bug) (duplicate)
AJAX in custom fields is broken
Reported by: | SergeyBiryukov | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | 3.5 |
Component: | UI | Keywords: | has-patch |
Focuses: | Cc: |
Description
Since [21789].
Due to how wp-lists.js
currently works, button
class should be appended, not prepended.
Attachments (1)
Change History (6)
#3
@
12 years ago
wp-lists.js
uses "attribute starts with" selectors:
http://core.trac.wordpress.org/browser/trunk/wp-includes/js/wp-lists.js?rev=21781#L392
Note: See
TracTickets for help on using
tickets.
Isn't this the same as #21829?