Make WordPress Core


Ignore:
Timestamp:
07/24/2012 12:15:15 AM (12 years ago)
Author:
azaozz
Message:

Remove nearly all tabindex attributes from the admin, leaving them only where absolutely necessary (for now that's only the toolbar).

Add tabindex="-1" for the menu images links to avoid double tab stops there when the menu is expanded.

Fix/add auto-focus on the first input fields on the Add/Edit Post, all taxonomy, all edit taxonomy, Log In and Edit Comment screens.

See #21340.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-posts-list-table.php

    r21192 r21311  
    755755            <label><span class="title"><?php _e( 'Date' ); ?></span></label>
    756756            <div class="inline-edit-date">
    757                 <?php touch_time( 1, 1, 4, 1 ); ?>
     757                <?php touch_time( 1, 1, 0, 1 ); ?>
    758758            </div>
    759759            <br class="clear" />
Note: See TracChangeset for help on using the changeset viewer.