Make WordPress Core

Changeset 31177


Ignore:
Timestamp:
01/13/2015 02:00:15 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Revert [31173] and target only taxonomy and link manager tables in keyboard focus code.

props afercia.
fixes #30980.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/common.js

    r31173 r31177  
    443443
    444444    // Show row actions on keyboard focus of its parent container element or any other elements contained within
    445     $( 'td.post-title, td.title, td.comment, td.column-name, td.blogname, td.username, .dashboard-comment-wrap' ).focusin(function(){
     445    $( 'td.post-title, td.title, td.comment, .tags td.column-name, .bookmarks td.column-name, td.blogname, td.username, .dashboard-comment-wrap' ).focusin(function(){
    446446        clearTimeout( transitionTimeout );
    447447        focusedRowActions = $(this).find( '.row-actions' );
Note: See TracChangeset for help on using the changeset viewer.