Opened 16 years ago
Closed 16 years ago
#12883 closed defect (bug) (fixed)
Quick Edit column CSS isn't applied for custom post types
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | 3.0 |
| Component: | Quick/Bulk Edit | Keywords: | needs-patch 2nd-opinion |
| Focuses: | Cc: |
Description
For custom post types, the whole of Quick Edit is shown as one column, because the CSS for the columns isn't applied.
The problem is that the CSS specifically refers to .quick-edit-row-post and .quick-edit-row-page, whereas the classe for the Quick Edit for a custom post type of, for example, "Book", is actually .quick-edit-row-book.
I'm assuming this isn't intentional, so I'll upload a patch later.
Change History (4)
Note: See
TracTickets for help on using
tickets.
Ah; I see; it needs different CSS depending upon whether the post type supports categories or not. I'm not sure what the best way to deal with that is... Any ideas?