Opened 16 years ago
Closed 16 years ago
#7838 closed defect (bug) (fixed)
Post Save Button Stops Working
Reported by: |
|
Owned by: |
|
---|---|---|---|
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)
Note: See
TracTickets for help on using
tickets.
Bug happens at line 267 in js/wp-lists.js:
This is probably related to jQuery bug 2697: http://dev.jquery.com/ticket/2697