Opened 14 years ago
Closed 14 years ago
#21852 closed defect (bug) (duplicate)
AJAX in custom fields is broken
| Reported by: | SergeyBiryukov | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | UI | Version: | 3.5 |
| Severity: | major | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Since [21789].
Due to how wp-lists.js currently works, button class should be appended, not prepended.
Attachments (1)
Change History (6)
#3
@
14 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Isn't this the same as #21829?