Neil <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Tony wrote: > > >disableKeyNavigation="true". I use an onkeypress() to match the partial key as the > >user types and the list is automatically scrolled to show the matching item in the > >tree's window - all done in JS. > > > > > So you disabled key navigation and reimplemented it?
Well, yes. I did have some doubts about what I was doing at the time, but it just didn't seem to be doing what I needed - maybe it was the time delay that gave it a problem, I'm not sure. I certainly thought it was going to do the job for me and was disappointed when it didn't seem to work out - maybe I was doing something wrong. All I was getting was matching on the first character with each keypress. I will look at it again when I get a few minutes. I have actually got keynavigation to work in another example, although this one seems to be on strictly the first 2 characters which is what I what - in this instance the third character is always a space. I did read somewhere where the timeout can be set but I cannot now re-locate it. _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
