Please file a bug with a simplified test case.  If it is that Alt-TAB is seen 
as TAB, you can block that event with a high priority capture phase listener on 
systemManager

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
itdanny2002
Sent: Wednesday, November 05, 2008 11:49 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Is it a bug while switching focus ?


I use I.E.

It has focus but shift to other control
I guess that it capture the "Tab" key while
I press "Alt-Tab" to switch back.

Anyway, I write a rountine in DeActivate
event to capture last focus. And then,
restore it in Activate event. However, I
find another problem ... if I press the key
quickly, it will force me back since I use
Calllater. I need to modify the code. Thanks.

Reply via email to