Hi !
Which version of VWG are you using?
There are some TabIndex related issues reported in the issue tracker, that all have been fixed. Latest one reported and fixed for version 6.1.3
I made a small test in VWG 6.2.1 with some textboxes and comboboxes and setting the TabIndex all around. Everything works perfectly, until I had two or more controls with the same Tabindex. The TAB works, but SHIFT-TAB is not working the same. Let's say you have tab indexes 0,1,1,1,2,3 and you tab through, you'll reach 0,1,1,1,2,3. When you shifttab you'll reach 3,2,1,0 meaning the two extra controls with tabindex=2 will be skipped during shift-tab operations.
Palli Páll Björnsson -
Visual WebGui support team - Email: support@visualwebgui.com |
|