Tab Order Strange problem
-
Hi, I have a strange problem with tab order. From the first control, Instead of going to the second control, It goes to the toolbar(address bar) and if there are any other customized bars(Ex: google search bar) it goes there next, After that only control goes to the second control. I could find why ? What could be the problem. I want to fully utilize every thing.
-
Hi, I have a strange problem with tab order. From the first control, Instead of going to the second control, It goes to the toolbar(address bar) and if there are any other customized bars(Ex: google search bar) it goes there next, After that only control goes to the second control. I could find why ? What could be the problem. I want to fully utilize every thing.
If you have a tab order problem then set the tabindex property. For those control for which u do not want the control to go, set its tabindex property to -1 Moreover, just make sure that in your HTML design, all the controls are set one next to another accordingly. Ensuring this, you need not have to tabindex property. Hope this solves your problem. Cheers;)
-
If you have a tab order problem then set the tabindex property. For those control for which u do not want the control to go, set its tabindex property to -1 Moreover, just make sure that in your HTML design, all the controls are set one next to another accordingly. Ensuring this, you need not have to tabindex property. Hope this solves your problem. Cheers;)
It is already like this. Unwanted controls have a tab index -1. Controls are in order. But the problem is it goes to the address bar... I want to fully utilize every thing.