I have an application where I launch a dialog with PopupManager.  I want to set 
the focus on a TextInput when the form comes up.  It works fine on the PC but 
not on the Mac.

On the Mac it's strange.  It looks like it works:  there's a bright blue border 
around the TextInput and there's a blinking caret inside.  But when actually 
typing some keys, the letters that are typed don't appear inside the TextInput.

I've tried making a tiny MXML Application with a tiny popup, and this *does* 
work.  So it seems like it's something inside our large application that's 
causing it to not work (on the Mac only).  Any ideas how to fix it?

I've tried TextInput.setFocus(), FocusManager.showFocus(), and callLater() 
using these.  I also tried programmatically creating a MOUSE_DOWN event on the 
TextInput.

Thanks.

Reply via email to