[wp-trac] [WordPress Trac] #42343: Customize: Themes search debounce is not debounced properly
WordPress Trac
noreply at wordpress.org
Mon Oct 30 03:10:56 UTC 2017
#42343: Customize: Themes search debounce is not debounced properly
--------------------------+-----------------------------
Reporter: afercia | Owner: westonruter
Type: defect (bug) | Status: reviewing
Priority: normal | Milestone: 4.9
Component: Customize | Version: trunk
Severity: normal | Resolution:
Keywords: has-patch | Focuses: ui, javascript
--------------------------+-----------------------------
Changes (by celloexpressions):
* keywords: needs-patch => has-patch
* owner: celloexpressions => westonruter
* status: assigned => reviewing
Comment:
I don't think that we should change the interaction intent at this point.
Instead, the installed filter-search needs to debounce calls to announce
the updated count. The bug is with the way the information is presented to
screen readers, but it works well for other users without artificially
slowing down the experience here.We can also improve the visual experience
by not animating the count change until the search is completed. See
[attachment:42343.2.diff].
There are fundamental technical differences in these types of sections,
and also between this experience and the wp-admin version. The user
experience is going to be significantly different between something that
needs to reload from Ajax every time a parameter changes and something
that filters information that's already displayed - trying to unify those
probably wouldn't result in a better experience overall.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/42343#comment:15>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list