Tabindex unexpected results

Hi,

I have a problem with forms that contain multiple tabpanels. The main form and the tab-panels placed on it are all created with the solutionmodel. During the build I set the tabSeq attribute with a sequential number. To ensure the right order I start the sequence at a specific offset. So tabpanel 1 starts at 1, tabpanel 2 starts at 100, tabpanel 3 starts at 200 etc. When the resulting form is displayed the tabindex attribute does not follow the tabSeq setting and the tab-key does not work as it should.

Is there anything I am missing?

Wouter.

P.S. I am using Servoy 8.3

Please make a case.
You say you use 8.3?? That Version does not exist

May be that version does not exist but the tab sequence in a webclient are a mess, already in version 7.4.5.
Tabbing through the elements selects anything but the fields on the form: the webbrowser-adressfield, webbrowser-tabs, webbrowser predefined buttons, and then it goes along all the Servoy tabs ignoring the fact that they should be excluded with tabindex -2. But it never reaches the fields on the form.