I have just run across this problem with some forms we are developing.
There definitely needs to be a way to exclude ANY part of the form from
receiving a tab.Only fields that take focus (buttons, TextFields, Radio
Buttons, etc) should be in the tab order. The only way I have managed to
set the correct tab order is to push all the unwanted fields to the
bottom of the tab order, but this poses a problem when the user hits the
end of the form.Is there no way to exclude a field from receiving a tab...