#26298 closed defect (bug) (fixed)
term names are not displayed in terms list table on mobile devices
| Reported by: | Chouby | Owned by: | helen |
|---|---|---|---|
| Priority: | high | Milestone: | 3.8 |
| Component: | Administration | Version: | 3.8 |
| Severity: | major | Keywords: | |
| Cc: | Focuses: |
Description
Tested on WP3.8beta1-26375
term names are not displayed in terms list table due to this css rule in wp-admin.css:
/* Comments */
.fixed .column-email, .fixed .column-name {
display: none;
}
It makes it impossible to edit the term. The column 'slug' is visible though. One might think that we could hide the colum 'slug' rather than the column 'name'
Change History (8)
#2
@
13 years ago
Relevant: #25408
Let's fix the situation for now, and then really do it right soon. (Isn't that what we always say.)
#4
follow-up:
↓ 6
@
13 years ago
Should we also change .fixed .column-description to .tags .column-description for taxonomies?
#6
in reply to: ↑ 4
@
13 years ago
Replying to SergeyBiryukov:
Should we also change
.fixed .column-descriptionto.tags .column-descriptionfor taxonomies?
Oops, yeah. I must have undone a step too far.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Confirmed. Introduced in [26134].