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:
parent
9c740b8dd5
commit
e54fff3bb1
@ -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();
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user