Hi
I've worked in a plugin using part of the code of autocomplete widget
but using jquery autocomplete and contains insted of like when a third
parameter (search_field) is used. It works perfectly in GAE.
The idea is being able to look in a field of kind list:string to
retrieve the id in the associated table.
I'd like to clean it up a little bit before publishing it in
web2pyslices, but if you're in a hurry I can send the dirty version to
you in a private email.


Regards.
José L.

2011/11/14 Jim Steil <[email protected]>:
> Hi
>
> Are many people using the autocomplete widget out there?
>
> I'm having some inconvenient behavior with it.  First off, I think it would
> be great if it would do a .contains instead of a .like when it filters the
> data being returned.  Second, when using the control I'm seeing the
> following:
>
> 1.  Type in a couple characters and a dropdown list appears
> 2.  I would like to use the arrow key to navigate up and down through the
> list.  This doesn't work.  I have to tab to the list before arrow keys work.
> 3.  I would like to select my desired option using the space bar, enter key
> or single-clicking with the mouse.  None of these work.
> 4.  There seems to be a select delay or timeout where whatever list item is
> currently highlighted is selected and the list goes away without me doing
> anything.  I'm still thinking about which one I want to select and the list
> disappears and the currently highlighted selection is chosen (regardless of
> whether or not I'm actively scrolling through the list).  I'd prefer to have
> to do something to make it select something.
>
> Is it possible I'm using some old CSS or web2py_ajax.html file?  I don't
> recall what version I was on when my app was initially created.
>
>    -Jim
>

Reply via email to