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

props afercia.
fixes #30980.

git-svn-id: https://develop.svn.wordpress.org/trunk@31177 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-01-13 14:00:15 +00:00
parent 74bb197a4a
commit 02d9bcbb7c

View File

@ -442,7 +442,7 @@ $(document).ready( function() {
});
// Show row actions on keyboard focus of its parent container element or any other elements contained within
$( 'td.post-title, td.title, td.comment, td.column-name, td.blogname, td.username, .dashboard-comment-wrap' ).focusin(function(){
$( 'td.post-title, td.title, td.comment, .tags td.column-name, .bookmarks td.column-name, td.blogname, td.username, .dashboard-comment-wrap' ).focusin(function(){
clearTimeout( transitionTimeout );
focusedRowActions = $(this).find( '.row-actions' );
focusedRowActions.addClass( 'visible' );