Hi all,
My first post and question, so be gentle, please :)
I managed to get Autocomplete to work almost perfectly with TinyMCE, but there's one crucial part I can't get.
I can't get the focus to move to the autocomplete's first (or any) item once the down arrow key is pressed. Using textboxes it is the standard behavior, but not here.
I tried moving the focus to the autocomplete element, or the first child element, but no luck. The focus just won't move away from TinyMCE.
I am using TinyMCE jQuery.
Any ideas how I can solve this?
Thanks.