Make WordPress Core

Opened 15 years ago

Closed 14 years ago

#15356 closed defect (bug) (fixed)

edit-tags AJAX add is broken

Reported by: nacin's profile nacin Owned by:
Milestone: 3.1 Priority: normal
Severity: normal Version: 3.1
Component: Administration Keywords: has-patch
Focuses: Cc:

Description

See title.

Attachments (2)

15356.patch (378 bytes) - added by ocean90 15 years ago.
15356_button_conflict.patch (647 bytes) - added by batmoo 15 years ago.

Download all attachments as: .zip

Change History (6)

@ocean90
15 years ago

#1 @ocean90
15 years ago

  • Keywords has-patch added

Use .live('click', ... instead of .click().

#2 @batmoo
15 years ago

Root cause is that there are two buttons with the id of "submit". Patch renames the search button id & name to "search-items" and retains the "submit" id for the "Add Term" button.

#3 @nacin
15 years ago

I didn't think it was bind versus live. Thanks for tracking this down Mo!

#4 @scribu
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [16655]) Fix edit-tags button conflict. Props batmoo. Fixes #15356

Note: See TracTickets for help on using tickets.