[wp-trac] [WordPress Trac] #33258: Shift+Clicking on Widgets does not open the widgets panel in 4.3-RC

WordPress Trac noreply at wordpress.org
Wed Aug 5 19:33:42 UTC 2015


#33258: Shift+Clicking on Widgets does not open the widgets panel in 4.3-RC
--------------------------+---------------------------------------------
 Reporter:  obox          |       Owner:  westonruter
     Type:  defect (bug)  |      Status:  reviewing
 Priority:  normal        |   Milestone:  4.3
Component:  Customize     |     Version:  trunk
 Severity:  normal        |  Resolution:
 Keywords:  needs-patch   |     Focuses:  ui, javascript, administration
--------------------------+---------------------------------------------

Comment (by westonruter):

 In [https://core.trac.wordpress.org/attachment/ticket/33220/33220.2.diff
 my latest patch] on #33220 I fix the `:focusable` issue via:

 {{{#!diff
 - focusContainer.find( ':focusable:first' ).focus();
 - focusContainer[0].scrollIntoView( true );
 + // Note that we can't use :focusable due to a jQuery UI issue. See:
 https://github.com/jquery/jquery-ui/pull/1583
 + focusContainer.find( 'input, select, textarea, button, object, a[href],
 [tabindex]' ).filter( ':visible' ).first().focus();
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/33258#comment:16>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list