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

props westonruter.
see #27358.
Built from https://develop.svn.wordpress.org/trunk@27701


git-svn-id: http://core.svn.wordpress.org/trunk@27540 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2014-03-25 11:23:15 +00:00
parent 513d8702f6
commit b7d77cd8bf
2 changed files with 2 additions and 2 deletions

View File

@ -1423,7 +1423,7 @@ var WidgetCustomizer = ( function ($) {
var control = this;
control.expandControlSection();
control.expandForm();
control.container.find( ':focusable:first' ).focus().trigger( 'click' );
control.container.find( '.widget-content :focusable:first' ).focus();
},
/**

File diff suppressed because one or more lines are too long