[wp-trac] [WordPress Trac] #34150: List Table Rollover Actions Not Working in Google Chrome

WordPress Trac noreply at wordpress.org
Mon Oct 5 05:21:17 UTC 2015


#34150: List Table Rollover Actions Not Working in Google Chrome
----------------------------+-----------------------------
 Reporter:  dglingren       |      Owner:
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  Administration  |    Version:  4.3.1
 Severity:  normal          |   Keywords:
  Focuses:                  |
----------------------------+-----------------------------
 I am testing a site with with Right To Left (RTL) text direction. When
 accessing the WordPress admin area in Google Chrome Version 45.0.2454.101
 m, list table some rollover actions are not presented as active links.

 For example, on the Pages/All Pages submenu, only the right-most "View"
 action is an active link. The "Edit", "Quick Edit" and "Trash" actions are
 "dead" - the cursor doesn't change when it passes over the text and
 clicking on the text has no effect.

 If you remove the <span></span> tags around the actions they all become
 active, i.e., modify /wp-admin/class-wp-list-table.php function
 row_actions():


 {{{
 //      $out .= "<span class='$action'>$link$sep</span>";
         $out .= "$link$sep";
 }}}


 I also noticed that the "view" links above the table are not formatted
 properly. They appear as:

 (Published (1 | (All (1

 It looks like Chrome has a rendering problem with some <span> tags in RTL
 sites. Everything works properly in Firefox, Safari and Internet Explorer.

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


More information about the wp-trac mailing list