When the TextInput gets focus, the List stops listening to keystrokes. That way if you had a TextArea instead of TextInput, the up/down arrows would move within the TextArea and not change selected items in the list. You can add another KEY_DOWN handler and change selectedIndex if you want.
On 5/23/10 10:50 AM, "Mathew Easow Jacob" <[email protected]> wrote: Hi, I have a List control ,which is having a TextInput as itemrenderer.But how to get navigate using Keyboard UP and DOWN key in the list items. Why key navigation is not available when we use itemrenderer / itemeditor in List control.? Is anybody faced the same issue? Let me know if anyone solved the issue. Simple way to reproduce the issue: 1.Create a list control 2.create a item renderer as text input (renderer is editor also) 3.try navigating using up and down key Thanks -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

