Opened 12 years ago
Closed 12 years ago
#21499 closed defect (bug) (fixed)
Meta-boxes don't behave as normal on edit comment page
Reported by: | bbrooks | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 2.7 |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
The following was noted on trunk rev.21,458
On the edit comment page, meta boxes added by plugins (like Akismet) are not collapsible or rearrange-able.
Also, unchecking meta boxes in the 'screen options' in this context does not hide them as expected
To reproduce:
- Add an arbitrary meta-box to the edit comments page (Fastest way is just to enable Akismet)
- Make a comment
- Go to the comment editor for that comment
- Below the main text area, try to close or move the meta-box you added in step 1
Best guess is that whatever JS is required for metabox behavior is not loaded on the edit comment page.
Attachments (3)
Change History (8)
#1
@
12 years ago
- Component changed from Comments to Administration
- Keywords has-patch added
- Milestone changed from Awaiting Review to 3.5
- Version changed from 3.4.1 to 2.7
#3
follow-up:
↓ 4
@
12 years ago
Would setting 'postbox' to be a dependency for 'comment' make more sense? Looks like we do this for post, link, and dashboard, though not for nav-menu. Looking at wp-admin/nav-menus.php, looks like a lot of those lines should be removed in favor of dependencies.
#4
in reply to:
↑ 3
@
12 years ago
Replying to nacin:
Would setting 'postbox' to be a dependency for 'comment' make more sense?
That works as well: 21499.3.patch.
Looking at wp-admin/nav-menus.php, looks like a lot of those lines should be removed in favor of dependencies.
Created #21777 for nav-menus.php
.
Refreshed after [21592]