Bug #299

Live search spinner toggles incorrectly

Added by kevin-sb-org - 1103 days ago. Updated 656 days ago.

Status :Closed Start :
Priority :Normal Due date :
Assigned to :tobi - % Done :

0%

Category :frontend
Target version :-
Resolution :

fixed


Description

When running typo from svn, if I do a live search, then clear the search field, the spinner toggles on, but a search isn't performed, so if I type, the spinner toggles off and a search is performed and the spinner toggles on again when the search finishes. And I can get similar effects by typing just a single space into the search field (since it doesn't appear to search for that).

There's actually two issues here:

1. The spinner should be showing and hiding, not toggling
2. Clearing the search field should clear the search results as well. At least, I personally think it should. It's not very important, it just seems that the search results should reflect the current state of the field, given that it's a live search.

Associated revisions

Revision 1104
Added by scott 740 days ago

Add popup markup helper. Closes #299

Revision 565
Added by scott 1060 days ago

Filter plugins. This adds a lot of code.

See http://scottstuff.net/blog/articles/2005/08/23/introduction-to-typo-filters
for details.

Closes #346, #299

History

07/14/2005 06:20 AM - scoop -

  • Status changed from New to Closed
  • Resolution set to fixed
(In r328) * Use Element.hide() and Element.show() instead of Toggle.display() for search spinner
  • Render   instead of nothing if there's no search query to work around an apparent prototype bug causing the 'complete' event handler never to be called
closes #149

Also available in: Atom PDF