[wp-trac] [WordPress Trac] #32720: Customizer Menus: Accessibility: improve search for menu items

WordPress Trac noreply at wordpress.org
Sat Jun 20 19:04:21 UTC 2015


#32720: Customizer Menus: Accessibility: improve search for menu items
--------------------------+----------------------------------------
 Reporter:  designsimply  |       Owner:
     Type:  enhancement   |      Status:  new
 Priority:  normal        |   Milestone:  4.3
Component:  Customize     |     Version:
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |     Focuses:  accessibility, javascript
--------------------------+----------------------------------------

Comment (by celloexpressions):

 This looks good, other than increasing the debounce to 500ms. I'm fine
 with results loading before they finish typing or if they pause slightly,
 in fact, I think that's useful. In a lot of cases they'll find what
 they're looking for before needing to type out the full phrase. Working
 with it currently, it seems a bit slow to load results, and adding an
 extra 250ms before even starting the ajax call will only make it feel
 slower. We're not loading a lot of data here, so I don't see an issue with
 a few extra ajax calls from a usability perspective. The code should be
 preventing itself from displaying results (and therefore announcing any
 results for screenreaders) if more typing or another search was initiated
 since the returned one was sent; if that's no longer working we can simply
 fix that rather than increasing the debounce for all users.

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


More information about the wp-trac mailing list