[flexcoders] keyDown List

2005-04-15 Thread JesterXL
Ok, this is weird. I'll probably track it down, but still waking up. If I click on a List, and hit a key, my keyDown event is fired. If I click on an item in the list, and hit a key, my keyDown event isn't fired. If I click on an item in the list, and click the list where an item is not,

Re: [flexcoders] keyDown List

2005-04-15 Thread Spike
Is your keyDown event attached to the list or to each of the elements of the list? If it's attached to the list, I'd expect to see the behaviour you're describing. If it's attached to each of the elements of the list I'm not sure what's going on. Spike JesterXL wrote: Ok, this is weird.

RE: [flexcoders] keyDown List

2005-04-15 Thread Matt Chotin
@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Sent: Friday, April 15, 2005 10:46 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] keyDown List Is your keyDown event attached to the list or to each of the elements of the list? If it's attached to the list, I'd expect to see

Re: [flexcoders] keyDown List

2005-04-15 Thread JesterXL
selected, the radio buttons to the right, in another form, actually change selection... they don't even have focus... - Original Message - From: Spike [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, April 15, 2005 1:45 PM Subject: Re: [flexcoders] keyDown List Is your