Make WordPress Core

Changeset 32087


Ignore:
Timestamp:
04/08/2015 07:02:57 PM (10 years ago)
Author:
ocean90
Message:

Customizer Theme Switcher: Fix tabbing order if section is open.

see #31289.

File:
1 edited

Legend:

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

    r32083 r32087  
    724724                } );
    725725                topPanel.attr( 'tabindex', '-1' );
     726                changeBtn.attr( 'tabindex', '-1' );
    726727                customizeBtn.focus();
    727728            } else {
     
    736737                } );
    737738                topPanel.attr( 'tabindex', '0' );
     739                customizeBtn.attr( 'tabindex', '0' );
    738740                changeBtn.focus();
    739741                container.scrollTop( 0 );
Note: See TracChangeset for help on using the changeset viewer.