Tagged Questions

4
votes
2answers
247 views

Tab movement in shoes

Hello, I have a problem I have a: stack { flow { para "Enter text:" edit_line } edit_box } (simplified version). When user is on edit_line and presses tab, I want it to move to …
4
votes
3answers
2k views

Setting tab order in wpf

How do I set tab ordering in WPF? I have an ItemsControl with some items expanded and some collapsed and would like to skip the collapsed ones when I'm tabbing. Any ideas?
3
votes
6answers
840 views

Javascript: How do I skip items when tabbing without using tabindex?

Is there a good way, in a javascript onfocus() handler, to trampoline the focus to the next item in the tab order, without having to manually enter the ID of the item that should be next? I built an …
1
vote
1answer
506 views

Flash Tab Order changes

Hi, 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' …
0
votes
1answer
24 views

Tab order VSTO Excel

I'm looking through some VSTO excel code and there seems to be a major wheel reinvention swtich statement in an event handler which is attached to every control (text boxes, combos etc), calling …