[wp-trac] [WordPress Trac] #26940: Toolbar Search: Drop down instead of expanding

WordPress Trac noreply at wordpress.org
Wed Jun 9 15:30:41 UTC 2021


#26940: Toolbar Search: Drop down instead of expanding
-----------------------------+-----------------------------
 Reporter:  georgestephanis  |       Owner:  (none)
     Type:  enhancement      |      Status:  new
 Priority:  normal           |   Milestone:  Future Release
Component:  Toolbar          |     Version:  3.8
 Severity:  normal           |  Resolution:
 Keywords:  needs-patch      |     Focuses:  ui
-----------------------------+-----------------------------
Changes (by sabernhardt):

 * keywords:  has-patch => needs-patch
 * milestone:  Awaiting Review => Future Release


Comment:

 This might be easier (perhaps even without script) if the search icon is
 moved from the form element to a span within the label tag:

 {{{
 <label for="adminbar-search">
         <span class="ab-icon" aria-hidden="true"></span>
         <span class="screen-reader-text">Search</span>
 </label>
 <input class="adminbar-input" name="s" id="adminbar-search" type="text"
 value="" maxlength="150" />
 }}}

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


More information about the wp-trac mailing list