Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#7838 closed defect (bug) (fixed)

Post Save Button Stops Working

Reported by: mikeg0's profile mikeg0 Owned by: azaozz's profile azaozz
Milestone: 2.8 Priority: normal
Severity: normal Version: 2.6.1
Component: Administration Keywords: needs-patch
Focuses: Cc:

Description

The post save button stops working after a custom field's Update button is clicked. In order to replicate this defect, a post first needs to be created, have a custom field added and saved. Then go out to Manage -> Posts and select the new post. Once the post page is loaded, edit the post and edit the custom field, click the custom field's Update button, then try clicking on the post's Save button. Save button doesn't do anything. This is broken on FF 3.0 and IE 7.0.

/wp-admin/post.php?action=edit&post=#####

Change History (4)

#1 @vladimir_kolesnikov
16 years ago

Bug happens at line 267 in js/wp-lists.js:

old.replaceWith(e);

This is probably related to jQuery bug 2697: http://dev.jquery.com/ticket/2697

#2 @Viper007Bond
16 years ago

  • Owner changed from anonymous to azaozz

#3 @Denis-de-Bernardy
16 years ago

  • Keywords needs-patch added; save button removed

#4 @azaozz
16 years ago

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

(In [11201]) Don't bind every form element to form.submit in wp-lists, fixes #7838, see #9696

Note: See TracTickets for help on using tickets.