[wp-trac] [WordPress Trac] #51872: Registering a custom taxonomy with `show_in_quick_edit` set to 'false' makes the whole Quick Edit UI to not show up
WordPress Trac
noreply at wordpress.org
Sat Nov 28 11:42:11 UTC 2020
#51872: Registering a custom taxonomy with `show_in_quick_edit` set to 'false'
makes the whole Quick Edit UI to not show up
-----------------------------+---------------------------------
Reporter: _luigi | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 5.6
Component: Quick/Bulk Edit | Version: 5.6
Severity: major | Resolution:
Keywords: has-patch | Focuses: ui, administration
-----------------------------+---------------------------------
Comment (by azaozz):
Yep, can reproduce. Seems to be a change in UI 1.12.1 (as stated above).
The line:
{{{
jQuery( '#nonexisting' ).autocomplete().autocomplete( 'instance' );
}}}
returns `Object { context: HTMLDocument... }` in UI 1.11.4, but returns
`undefined` in 1.12.1.
The fix in https://github.com/WordPress/wordpress-develop/pull/771 looks
good but thinking this should also be fixed in `tags-suggest.js`. Patch
coming up.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51872#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list