Accessibility: match the visual and tab order in the Media Modal grid.
By moving the Details sidebar after the attachments grid, the tab order is greatly improved for keyboard users and matches the logical and visual order. Fixes #36909. Built from https://develop.svn.wordpress.org/trunk@37610 git-svn-id: http://core.svn.wordpress.org/trunk@37578 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
58882148b2
commit
8bd79e49f0
|
@ -3772,11 +3772,11 @@ AttachmentsBrowser = View.extend({
|
|||
this.controller.on( 'toggle:upload:attachment', this.toggleUploader, this );
|
||||
this.controller.on( 'edit:selection', this.editSelection );
|
||||
this.createToolbar();
|
||||
this.createUploader();
|
||||
this.createAttachments();
|
||||
if ( this.options.sidebar ) {
|
||||
this.createSidebar();
|
||||
}
|
||||
this.createUploader();
|
||||
this.createAttachments();
|
||||
this.updateContent();
|
||||
|
||||
if ( ! this.options.sidebar || 'errors' === this.options.sidebar ) {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-alpha-37609';
|
||||
$wp_version = '4.6-alpha-37610';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue