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

props westonruter.
see #27358.

git-svn-id: https://develop.svn.wordpress.org/trunk@27701 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-03-25 11:22:13 +00:00
parent 9c740b8dd5
commit e54fff3bb1
1 changed files with 1 additions and 1 deletions

View File

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