[wp-trac] [WordPress Trac] #21829: Custom Field "Update" button failure
WordPress Trac
wp-trac at lists.automattic.com
Sat Sep 15 15:01:43 UTC 2012
#21829: Custom Field "Update" button failure
--------------------------+--------------------------
Reporter: BaronHigbee | Owner: BaronHigbee
Type: defect (bug) | Status: new
Priority: high | Milestone: 3.4.3
Component: Editor | Version: 3.4.2
Severity: critical | Resolution:
Keywords: has-patch |
--------------------------+--------------------------
Changes (by peterjanes):
* cc: trac.wordpress.org@… (added)
Comment:
Neither the patch (which I applied to the .dev files and manually applied
to the non-.devs) nor the Hotfix plugin solves the issue for me. I've
found that both add and update will work with this change to Hotfix,
though:
{{{
- $('#postcustomstuff').on('hover focus', '#addmetasub,
#updatemeta', function() {
+ $('#postcustomstuff').on('hover focus', '#newmeta-submit,
.updatemeta', function() {
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21829#comment:26>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list