Make WordPress Core

Changeset 27701


Ignore:
Timestamp:
03/25/2014 11:22:13 AM (11 years ago)
Author:
ocean90
Message:

Widget Customizer: Fix shift+click issue in Firefox to open a widget.

props westonruter.
see #27358.

File:
1 edited

Legend:

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

    r27693 r27701  
    14241424            control.expandControlSection();
    14251425            control.expandForm();
    1426             control.container.find( ':focusable:first' ).focus().trigger( 'click' );
     1426            control.container.find( '.widget-content :focusable:first' ).focus();
    14271427        },
    14281428
Note: See TracChangeset for help on using the changeset viewer.