[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 23:09:05 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):

 @westonruter yeah I figured out it was related to visibility. For
 accessibility we need to hide with display: none or visibility: hidden all
 elements that are out of view, otherwise if they're just off-screen (but
 "visible") you can still tab to the focusable element inside them and even
 activate controls (and screen readers will read out their content).
 So using an "off-left" technique is not sufficient, we need to have them
 really hidden.

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


More information about the wp-trac mailing list