#26298 closed defect (bug) (fixed)
term names are not displayed in terms list table on mobile devices
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | high |
Severity: | major | Version: | 3.8 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
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)
#1
@
11 years ago
- Milestone changed from Awaiting Review to 3.8
- Priority changed from normal to high
- Severity changed from normal to major
#2
@
11 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.)
#3
@
11 years ago
- Owner set to helen
- Resolution set to fixed
- Status changed from new to closed
In 26453:
#4
follow-up:
↓ 6
@
11 years ago
Should we also change .fixed .column-description
to .tags .column-description
for taxonomies?
#6
in reply to:
↑ 4
@
11 years ago
Replying to SergeyBiryukov:
Should we also change
.fixed .column-description
to.tags .column-description
for taxonomies?
Oops, yeah. I must have undone a step too far.
Note: See
TracTickets for help on using
tickets.
Confirmed. Introduced in [26134].