Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread TLink and Tabstop
Wed, May 8 2013 9:23 AMPermanent Link

Matthew Jones

Is it possible to have TLinks with a tabstop?

I suspect not, given that a TButton doesn't seem to have anything in the CSS to
indicate tabstop or not. On the other hand, the button doesn't seem to have
anything either. I can't work out what makes it stop in the browser or not. So if
it is possible, it would be very good to have control over this, as I have used
links for things like "more info..." which would be good to be able to tab to. On a
normal web page you can tab to links, and press space to activate them.

/Matthew Jones/
Wed, May 8 2013 4:09 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Matthew,

<< Is it possible to have TLinks with a tabstop? >>

Yes.  The only issue here is that I've got to work out turning on the focus
rectangle for the links because EWB turns them off for all controls because
the themes handle the focus/hot, etc. states.

<< I suspect not, given that a TButton doesn't seem to have anything in the
CSS to indicate tabstop or not. >>

CSS doesn't control this - the tabIndex property of a DOM element controls
whether it can receive focus or not.

Tim Young
Elevate Software
www.elevatesoft.com
Image