Tagged Questions

4
votes
2answers
2k views

How to change tab ordering in Flex (Actionscript, SDK 3.5)

The flex tab ordering is important both for usability (obvious) and accessibility (it defines the screen readers read ordering). However, Flex 3.5 seems to have next to no support to influence it for ...
3
votes
1answer
4k views

Flash Tab Order changes

I'm trying to add some accessibility for screen readers into a Flash application, and am running up against a sticky point. The order for tabbing through elements is set by those elements' tabIndex ...