Bug 234 - search for * intermittently puts -> character in search string
: search for * intermittently puts -> character in search string
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Player UI
: 5.x or older
: All All
: P2 normal (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-04-05 15:10 UTC by Kevin Pearsall
Modified: 2008-12-18 11:50 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Pearsall 2004-04-05 15:10:53 UTC
I don't really know of a 100% way to reproduce this in the fewest keystrokes possible, but basically:
- go to search for * from player
- enter in characters quickly using number buttons

Sooner or later you will see a -> inserted in your search string...
Comment 1 KDF 2004-04-06 15:33:55 UTC
likely, the numbers come in too fast and the -> char isn't repaced before
another char is entered.  Since its immediately being replaced, we can take it
out by not calling nextChar and doing only the needed steps directly:
Slim/Buttons/SearchFor.pm
175c175,176
< 			nextChar($client);
---
> 			$client->searchCursor($client->searchCursor+1);
> 			$client->update();
Comment 2 Chris Owens 2006-06-16 14:40:16 UTC
There are 536 bugs in the database with targets of '---' that were fixed prior to new year 2006.  I am setting them to targets of 6.2.1 to keep them from showing up in my queries.
Comment 3 Chris Owens 2008-10-02 15:03:26 UTC
Long list of versions is confusing for new bug filers.
Comment 4 Chris Owens 2008-12-18 11:50:36 UTC
Routine bug db maintenance; removing old versions which cause confusion.  I apologize for the inconvenience.