[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
Tue Aug 4 22:07:11 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 afercia):
About the secondary focus issue couldn't get `:focusable` return anything,
maybe I'm missing something or maybe `:focusable` doesn't get elements
that are initially hidden, really not sure. Instead, trying to emulate
(more or less) what `:focusable` does, works:
{{{
focusContainer.find( ':input, a' ).filter( ':visible' ).eq( 0 ).focus();
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33258#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list