[wp-trac] [WordPress Trac] #26422: Avoid flickering during theme searches
WordPress Trac
noreply at wordpress.org
Wed Dec 4 23:50:58 UTC 2013
#26422: Avoid flickering during theme searches
--------------------------+-------------------
Reporter: nacin | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.8
Component: Appearance | Version: trunk
Severity: normal | Keywords:
--------------------------+-------------------
* Searches are so fast, that they are tough to notice, especially if you
are a touch typer. If the current theme is returned, it is even worse. In
3.7, the current theme was never shown below the fold, so this wasn't a
problem.
* When a search matches an author name, we show the author in a clever
overlay box. But, this is open to false positives. We should wait for the
third letter to then show the author name. (We can still match the theme
until then, just avoid flickering the author name.) Or we could debounce
it, waiting for them to stop typing long enough before showing shorter
matches. (To make Zé happy.)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26422>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list