[wp-trac] [WordPress Trac] #40862: Partially visible controls within a pane do not scroll into view

WordPress Trac noreply at wordpress.org
Fri May 26 22:47:37 UTC 2017


#40862: Partially visible controls within a pane do not scroll into view
-------------------------------------------------+-------------------------
 Reporter:  desrosj                              |       Owner:
     Type:  enhancement                          |      Status:  new
 Priority:  low                                  |   Milestone:  Future
Component:  Customize                            |  Release
 Severity:  normal                               |     Version:
 Keywords:  needs-patch has-screenshots good-    |  Resolution:
  first-bug                                      |     Focuses:
-------------------------------------------------+-------------------------
Changes (by westonruter):

 * milestone:  Awaiting Review => Future Release


Comment:

 The issue is that the widget's toggle is a focusable element, and so it
 can be focused without the rest of the widget control being shown. In
 fact, the rest of the widget control may not be fully expanded by the time
 the control is focused. Maybe when a control is `focus`ed, and it has an
 `expanded` state (such as widgets and nav menu items), when it finishes
 expanding it should also call `scrollIntoView` if needed (or even
 `scrollIntoViewIfNeeded`).

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


More information about the wp-trac mailing list