[wp-trac] [WordPress Trac] #38476: Twenty Seventeen: Focused controls may be hidden by the top menu.

WordPress Trac noreply at wordpress.org
Fri Nov 11 11:51:52 UTC 2016


#38476: Twenty Seventeen: Focused controls may be hidden by the top menu.
-------------------------------------------------+-------------------------
 Reporter:  afercia                              |       Owner:
     Type:  defect (bug)                         |  davidakennedy
 Priority:  normal                               |      Status:  reopened
Component:  Bundled Theme                        |   Milestone:  4.7
 Severity:  normal                               |     Version:
 Keywords:  has-screenshots has-patch needs-     |  Resolution:
  testing dev-feedback                           |     Focuses:  ui,
                                                 |  accessibility
-------------------------------------------------+-------------------------

Comment (by afercia):

 @davidakennedy I'd consider to:
 - target only what's inside the #content, the footer can probably be left
 out
 - filter the visible elements (e.g. to exclude hidden inputs)
 - the asterisk on tabindex and contenteditable seems redundant to me
 - performance: any suggestions to improve very welcome

 Something like this maybe:

 {{{
 $( '#content' ).find( terrible pile of selectors here ).filter( ':visible'
 )
 }}}

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


More information about the wp-trac mailing list