#8613 closed defect (bug) (fixed)
Add category from editor produces some weirdness when adding subcategories?
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 2.9 |
| Component: | Administration | Version: | 2.7 |
| Severity: | minor | Keywords: | needs-patch |
| Cc: |
Description
While testing WP 2.7, I tried the Add Category link in the post editor. I had two cats in there (Blog, cat). Upon adding cat2, a subcategory of cat, I ended up with Blog listed twice.
Attachments (4)
Change History (23)
seems quickedit is affected by screen-capture-1.png too
see also: #9391
Denis-de-Bernardy — 4 years ago
- Keywords has-patch tested dev-feedback added
- Milestone changed from 2.7.2 to 2.8
attached patch will move checked categories if and only if they've no parents.
see also #3130, which describes what seems like the best approach.
- Keywords dev-feedback removed
- Keywords needs-patch added; has-patch tested removed
patch needs a refresh
- complete mess in 2.8 trunk on current test.
- function wp_category_checklist() is missing a propper docblock.
- class Walker_Category_Checklist is missing propper description everywhere.
- patch has been somehow transposed. that did not make no sense.
fix in patch: remove the functionality to put seleted categories on top. should give enough space to re-write the patch on current trunk.
- Keywords has-patch tested added; needs-patch removed
fix seems to be ready to commit because Selected categories should always be at top has been closed as wontfix. see #3104. or you see #3130 (#7000 is dup) which is an assigned enhancement and set to 2.9.
so please patch the bogus functionality out of the trunk and close the ticket. #3130 should then lead the way then.
- Owner changed from anonymous to Denis-de-Bernardy
- Status changed from new to accepted
see also: #10015
- Milestone changed from 2.8 to 2.9
see also #10059
- Keywords needs-patch added; has-patch tested commit removed
broken patch
see #8248
- Owner Denis-de-Bernardy deleted
- Status changed from accepted to assigned
comment:18
azaozz — 3 years ago
- Resolution set to fixed
- Status changed from assigned to closed
This seems fixed in trunk and that code has changed.
cross-referencing: #10982

some more weirdness on this one. apparently, some bug will make the subcategory list lie flat in some circumstances. attaching screenshots of new post and test post to show the error