Re: [flexcoders] Tabbing to links in htmlText

2008-02-19 Thread Giles Roadnight
I was worried that would be the case. It's for accessibility - we need to be able to tab to everything and activate it with the space bar. On Feb 19, 2008 3:00 PM, Daniel Freiman <[EMAIL PROTECTED]> wrote: > I don't think links in text can get focus (someone correct me if I'm > wrong here). If

Re: [flexcoders] Tabbing to links in htmlText

2008-02-19 Thread Daniel Freiman
I don't think links in text can get focus (someone correct me if I'm wrong here). If that is true than your only other option would be to highlight the text programatically, which wouldn't give you any extra functionality beyond the highlighting itself. Is that a functionality you want? - Dan Fr

[flexcoders] Tabbing to links in htmlText

2008-02-19 Thread Giles Roadnight
Hi All We have to be able to tab to all buttons / links ect in the flex application. We have am html text field with a Privacy Policy link in it. At the moment you can't tab to it. Is there a way to do this? Thanks Giles