[wp-trac] [WordPress Trac] #32255: List Table: media wp-list-table lacks table header content for column-icon

WordPress Trac noreply at wordpress.org
Tue May 5 08:47:01 UTC 2015


#32255: List Table: media wp-list-table lacks table header content for column-icon
-------------------------------+-----------------------------
 Reporter:  rianrietveld       |      Owner:
     Type:  defect (bug)       |     Status:  new
 Priority:  normal             |  Milestone:  Awaiting Review
Component:  Administration     |    Version:  4.1
 Severity:  normal             |   Keywords:
  Focuses:  ui, accessibility  |
-------------------------------+-----------------------------
 In wp-admin/upload.php wp-list-table the <th> for the image/file (column-
 icon) has no content:

 [[Image(http://www.rianrietveld.com/wp-content/uploads/2015/05/media-
 edit.png)]]


 {{{
 <tr>
 <th scope="col" id="cb" class="manage-column column-cb check-column"
 style="">
   <label class="screen-reader-text" for="cb-select-all-1">Select
 All</label>
   <input id="cb-select-all-1" type="checkbox">
 </th>
 <th scope="col" id="icon" class="manage-column column-icon" style=""></th>
 <th scope="col" id="title" class="manage-column column-title sortable
 desc" style="">
   <a href=".../wp-admin/upload.php?orderby=title&order=asc">
     <span>File</span><span class="sorting-indicator"></span>
   </a>
 </th>

 etc ...

 }}}


 Suggestions:
 * Add as content for the column-icon: "File"
 * Change the content for column-title into: "Title". This would be
 consistent with the other list tables in the admin

--
Ticket URL: <https://core.trac.wordpress.org/ticket/32255>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list