[wp-trac] [WordPress Trac] #38174: Cannot add a new category from the post edit screen
WordPress Trac
noreply at wordpress.org
Wed Sep 28 02:34:40 UTC 2016
#38174: Cannot add a new category from the post edit screen
-----------------------------+------------------------------
Reporter: littler.chicken | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Taxonomy | Version: trunk
Severity: normal | Resolution:
Keywords: | Focuses:
-----------------------------+------------------------------
Comment (by dlh):
I can replicate this behavior, and I think it might be traceable to
r38599.
Previously, the call to `process()` inside `init()` didn't pass the
current `element`, so, inside `process()`, `$element` would be set to `$(
document )` while registering event handlers.
Restoring the previous version of `init()` seems to fix the issue. But as
I'm not certain why `init()` was changed, going back might cause side-
effects that I've overlooked, if it's even the right course to begin with.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/38174#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list