[jQuery] Re: [Autocomplete] help: keyboard selection not working

2009-05-10 Thread Lance Speelmon
The issue was that I was using a Dialog to show progress for AJAX progress and that was stealing the focus from the text input. I hacked around it, but I think if I stopped using Dialog, that the focus would no longer be an issue. Thanks, L On Wed, Apr 15, 2009 at 9:17 PM, Tom Worster wrote: >

[jQuery] Re: [Autocomplete] help: keyboard selection not working

2009-04-15 Thread Tom Worster
On 4/15/09 4:21 PM, "Lance Speelmon" wrote: > Unfortunately, that did not work for me... I have tested with both > Safari4 and FF3. Any other ideas? Thanks, L try using only the style sheet supplied with the plugin. if keyboard nav works then you can work from that back to your preferred sty

[jQuery] Re: [Autocomplete] help: keyboard selection not working

2009-04-15 Thread Lance Speelmon
Unfortunately, that did not work for me... I have tested with both Safari4 and FF3. Any other ideas? Thanks, L http://www.w3.org/ TR/html4/strict.dtd"> http://ajax.googleapis.com/ajax/libs/ jqueryui/1.7.1/themes/smoothness/ui.all.css" rel="stylesheet" /> http://ajax.googleapis.com/ajax/lib

[jQuery] Re: [Autocomplete] help: keyboard selection not working

2009-04-13 Thread Tom Worster
i finally figured this out after a lot of trial and error. for keyboard navigation of the suggestions menus to work you must have a style rule for the element li.ac_over defined i your css. i was astonished when i discovered this but after reading the script i think i have a notion how this can b