Bug 988 - backspace in Live Search doesn't refresh
: backspace in Live Search doesn't refresh
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Database
: 6.0.0
: PC Windows XP
: P2 normal (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-03-09 00:37 UTC by Philip Meyer
Modified: 2008-08-18 10:53 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 Philip Meyer 2005-03-09 00:37:41 UTC
As I type in the live search, I see a list of results automatically updated.  
However, if I delete a character, the list is not refreshed.

Eg. type 3 chars "let", get loads of results; type a 4th char, get subset of 
those results, press backspace, no change, press a different 4th char, get 
different subset of results.
Comment 1 Dan Sully 2005-03-09 17:56:46 UTC
Philip - what browser / OS is this?

I don't see the problem you're referring to.

I can type a few chars, a few more, and hit backspace and the page is updated.
Comment 2 KDF 2005-03-09 19:45:50 UTC
I was about to say it fails for me to, but having just tried it very carefully
to be sure, it does work.  at least with the latest from svn.  perhaps my script
typo in the fishbone skin was somehow causing it to stop refreshing.
Comment 3 Philip Meyer 2005-03-10 01:36:19 UTC
Still fails for me in nightly 2005-03-09.

WinXP Pro, Fishbone skin.

It only updates the results list when entering new characters, not when 
backspace is pressed.
Comment 4 Dan Sully 2005-03-10 01:37:56 UTC
What browser & version?
Comment 5 KDF 2005-03-10 02:00:30 UTC
is working for me in Firefox 1.0, but I have just tested in MSIE 6.0.2900.2180
and it indeed fails to update on backspace.
Comment 6 Dan Sully 2005-03-11 17:26:42 UTC
Jacob - do you have any ideas here? You're probably the most proficient at
javascript among us. :)
Comment 7 Jacob Potter 2005-03-11 18:29:47 UTC
Internet Explorer's "onkeypress" event doesn't respond to backspace, but
"onkeydown" does. Checking in a fix.
Comment 8 Dan Sully 2005-03-11 18:31:23 UTC
Jacob fixed this in subversion change 2432.

Thanks!