Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#26298 closed defect (bug) (fixed)

term names are not displayed in terms list table on mobile devices

Reported by: chouby's profile Chouby Owned by: helen's profile helen
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 @SergeyBiryukov
11 years ago

  • Milestone changed from Awaiting Review to 3.8
  • Priority changed from normal to high
  • Severity changed from normal to major

Confirmed. Introduced in [26134].

#2 @helen
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 @helen
11 years ago

  • Owner set to helen
  • Resolution set to fixed
  • Status changed from new to closed

In 26453:

Get more specific with responsive list table column hiding. Removes unused styling for the plugins list table. fixes #26298.

#4 follow-up: @SergeyBiryukov
11 years ago

Should we also change .fixed .column-description to .tags .column-description for taxonomies?

#5 @SergeyBiryukov
11 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

#6 in reply to: ↑ 4 @helen
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.

#7 @helen
11 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

In 26454:

Also get more targeted for taxonomy columns. Consolidate column hiding into one rule. props SergeyBiryukov. fixes #26298.

#8 @helen
11 years ago

Followed up in #26302.

Note: See TracTickets for help on using tickets.