Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#21852 closed defect (bug) (duplicate)

AJAX in custom fields is broken

Reported by: sergeybiryukov's profile 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)

21852.patch (872 bytes) - added by SergeyBiryukov 12 years ago.

Download all attachments as: .zip

Change History (6)

#1 @scribu
12 years ago

Isn't this the same as #21829?

#2 @SergeyBiryukov
12 years ago

No, button IDs are unrelated here.

#4 @azaozz
12 years ago

We are removing colons from the class names in wp-lists.js and switching to data-*. Thinking best way to do this would be to move the whole class names to data-wp-lists="...", then we can use that attr for the selectors.

#5 @SergeyBiryukov
12 years ago

  • Milestone 3.5 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Agreed, closing as a duplicate of #21152 then.

Note: See TracTickets for help on using tickets.