In APEX 4.0, in a form that is using Template 7: Standard, I set the tabindex on all of my fields to the order I wanted to tab through them. I would like for the cursor to start from tabindex="1" after the last one has been tabbed. However, APEX set all of the labels in my form to a default tabindex of 999. This results in tabbing through all the labels before coming back to my fields.
Why does APEX include the labels in the tab order? How do I remove this default tabindex?