[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 00:11:15 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):

 Probably not a jQuery UI bug either, maybe just a matter of timing. By the
 way if you look at what `:focusable` does internally, it does more ore
 less something that we can replicate with a jQuery selector as in the
 example above. See
 https://github.com/jquery/jquery-ui/blob/1.11.4/ui/core.js#L88
 We're not interested in `area` or `object` elements, right? We just need
 to target visible `:input` and links.

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


More information about the wp-trac mailing list