#23112 closed defect (bug) (fixed)
Taxonomy meta box: choose_from_most_used not working if more than one none hierarchical taxonomy registered
| Reported by: | OttmarGobrecht | Owned by: | azaozz |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5.1 |
| Component: | Taxonomy | Version: | 3.5 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
I registered two none hierarchical taxonomies on a custom post type. It works, when I am clicking the first time the choose_from_most_used link in one of the taxonomy meta boxes. The second click on the choose_from_most_used link in the other taxonomy meta box does not work. After reloading the page and testing vice versa it ist the same - the first click in one of the meta boxes is working, the other meta box is not working. May be a JavaScript-Error?
I tested on WordPress 3.5 (DE) and WordPress latest (2013-01-03).
I have attached my plugin code for testing.
Thanks
Attachments (2)
Change History (7)
#1
@
14 years ago
- Keywords has-patch added
- Milestone Awaiting Review → 3.5.1
- Version trunk → 3.5
Confirmed.
The regression is caused by the changes to post.js in [22268]. Those changes were only needed in earlier patches on #21324 to properly apply blur(), which was eventually removed.
23112.patch reverts that part of [22268].
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Plugin code with one post type and two taxonomies