[wp-trac] [WordPress Trac] #26298: term names are not displayed in terms list table on mobile devices

WordPress Trac noreply at wordpress.org
Wed Nov 27 21:34:21 UTC 2013


#26298: term names are not displayed in terms list table on mobile devices
----------------------------+-----------------------------
 Reporter:  Chouby          |      Owner:
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  Administration  |    Version:  trunk
 Severity:  normal          |   Keywords:
----------------------------+-----------------------------
 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'

--
Ticket URL: <http://core.trac.wordpress.org/ticket/26298>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list