[wp-trac] [WordPress Trac] #27403: Improve UI for linking areas of Customizer preview to corresponding controls (desktop and mobile)

WordPress Trac noreply at wordpress.org
Wed Oct 19 04:22:15 UTC 2016


#27403: Improve UI for linking areas of Customizer preview to corresponding
controls (desktop and mobile)
-------------------------+--------------------------------------------
 Reporter:  westonruter  |       Owner:  sirbrilling
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:  4.7
Component:  Customize    |     Version:  3.9
 Severity:  normal       |  Resolution:
 Keywords:  needs-patch  |     Focuses:  ui, accessibility, javascript
-------------------------+--------------------------------------------

Comment (by celloexpressions):

 I think the keyboard accessibility challenges with absolutely positioning
 everything relative to the body likely prevent that from being viable.
 What about putting the icons in a container, positioned as they currently
 are and adding `float:left;`, and adding `position:relative`, then
 positioning absolutely to the left of that?

 And actually, if we switch to using dashicons, the button could be left-
 floated with 0 width and relative positioning and `:before` could be
 positioned absolutely relative to that, with a negative `left`.

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


More information about the wp-trac mailing list