TabOrder/TabIndex

Quite a while back I posted this Is it possible to prevent TabOrder being added to controls? - WEB / TMS WEB Core - TMS Support Center (tmssoftware.com)

But we are still having a lot of issues with taborder. This is set as tabindex on the templates, but it seems to follow it's own rules. I have tried setting taborder on the controls at design time and this doesn't seem to have the desired effect either.

Even though TWebPanel has TabStop and TabOrder properties I think these are ignored for web core forms.

Any ideas?

When I set WebPanel.TabStop = true, I see that the HTML element attribute tabIndex is generated on the HTML SPAN element for the panel. So, not sure in what circumstances you see what exactly going wrong?