Skip to main content
Known Participant
May 17, 2007
Answered

Components are killing my tabIndexes ...

  • May 17, 2007
  • 4 replies
  • 308 views
I've designing an accessible site. I've got tabIndexes setup for all of my important UI elements and it's working nicely: I press the tab key and the yellow box goes where it's supposed to.

BUT

I need to use a v2 textArea component (and maybe other components) on the site. As soon as I place any component in the library, all of my tab stuff stops working. It's not on stage or in any movieclip, just in the library!

What am I missing? Is there some initialization call that I need to do?

Thanks!
This topic has been closed for replies.
Correct answer caschen
try

focusManager.enabled = false;

4 replies

nudoruAuthor
Known Participant
May 25, 2007
that did it! thanks
caschenCorrect answer
Inspiring
May 25, 2007
try

focusManager.enabled = false;
Inspiring
May 25, 2007
Thank you. Nicely put. I am having the same issue! Anyone...?
nudoruAuthor
Known Participant
May 23, 2007
anyone? this is really holding up the development of my app.